Skip to content

Commit 7758b94

Browse files
authored
fix typo
1 parent 1df83ed commit 7758b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ See the [example configuration](#example-configuration-file) file for details.
3232
3333
## Routes
3434

35-
Route rules allow you to define the pattern of URLs that allow access to your application to the web. Routes are are defined as an array of routing rules. See the [example configuration file](#example-configuration-file) for usage examples.
35+
Route rules allow you to define the pattern of URLs that allow access to your application to the web. Routes are defined as an array of routing rules. See the [example configuration file](#example-configuration-file) for usage examples.
3636

3737
- Rules are executed in the order as they appear in the `routes` array.
3838
- Rule evaluation stops at the first match - routing rules aren't chained together.

0 commit comments

Comments
 (0)