Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
craigshoemaker authored Jun 17, 2020
1 parent 15e720f commit 7ddea51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/static-web-apps/routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Redirects also work with paths that don't define distinct files.
Users may encounter a number of different situations that may result in an error. Using the `platformErrorOverrides` array, you can provide a custom experience in response to these errors. Refer to the [example route file](#example-route-file) for placement of the array in the _routes.json_ file.

> [!NOTE]
> Once a request makes it to the platform overrides level, route rules not revaluated.
> Once a request makes it to the platform overrides level, route rules not run again.
The following table lists the available platform error overrides:

Expand Down

0 comments on commit 7ddea51

Please sign in to comment.