Skip to content

Commit cb36a7d

Browse files
ajuniordefnull
authored andcommittedOct 1, 2024·
Fix some typos
1 parent 5740f17 commit cb36a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/routing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Path Result
2828
//123 `No Match`
2929
============ =========================================
3030

31-
Is it possible to escape characters like colon ``:`` with a backslash ``\``. This will prevent to trigger the old syntax in case you need to use ``:``.
31+
It is possible to escape characters like colon ``:`` with a backslash ``\``. This will prevent to trigger the old syntax in case you need to use ``:``.
3232
For example: the rule ``/<action>/item:<id>`` triggers the old syntax, (see below) but ``/action/item\:<id>`` works as intended with the new syntax.
3333

3434

@@ -78,7 +78,7 @@ Legacy Syntax
7878

7979
.. versionchanged:: 0.10
8080

81-
The new rule syntax was introduce in **Bottle 0.10** to simplify some common use cases, but the old syntax still works and you can find lot code examples still using it. The differences are best described by example:
81+
The new rule syntax was introduced in **Bottle 0.10** to simplify some common use cases, but the old syntax still works and you can find lot of code examples still using it. The differences are best described by example:
8282

8383
=================== ====================
8484
Old Syntax New Syntax

0 commit comments

Comments
 (0)
Please sign in to comment.