Skip to content

Commit e2cf097

Browse files
authored
Merge pull request #73088 from manekinekko/patch-6
fix typo
2 parents 40d6439 + 7758b94 commit e2cf097

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)