Fix several typos in the guide.

This commit is contained in:
mixio 2020-11-24 16:40:57 +01:00 committed by Jeb Rosen
parent 453fa037da
commit 46a46df5fe
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ we're happy to take the best ideas. If you have something in mind, please
If you find yourself having trouble developing Rocket applications, you can get If you find yourself having trouble developing Rocket applications, you can get
help via chat at [`#rocket:mozilla.org`] on Matrix or the bridged [`#rocket`] help via chat at [`#rocket:mozilla.org`] on Matrix or the bridged [`#rocket`]
IRC channel on Freenode at `chat.freenode.net`. We recommend joining us on IRC channel on Freenode at `chat.freenode.net`. We recommend joining us on
[Matrix via Element]. If your prefer IRC, you can join via the [Kiwi IRC client] [Matrix via Element]. If you prefer IRC, you can join via the [Kiwi IRC client]
or a client of your own. or a client of your own.
[`#rocket:mozilla.org`]: https://chat.mozilla.org/#/room/#rocket:mozilla.org [`#rocket:mozilla.org`]: https://chat.mozilla.org/#/room/#rocket:mozilla.org

View File

@ -239,7 +239,7 @@ will be routed as follows:
2. The `user_int` route matches next. If `<id>` is a signed integer, 2. The `user_int` route matches next. If `<id>` is a signed integer,
`user_int` is called. Otherwise, the request is forwarded. `user_int` is called. Otherwise, the request is forwarded.
3. The `user_str` route matches last. Since `<id>` is a always string, the 3. The `user_str` route matches last. Since `<id>` is always a string, the
route always matches. The `user_str` handler is called. route always matches. The `user_str` handler is called.
! note: A route's rank appears in **[brackets]** during launch. ! note: A route's rank appears in **[brackets]** during launch.

View File

@ -35,7 +35,7 @@ aspect of Rocket. The sections are:
The official community support channels are [`#rocket:mozilla.org`] on Matrix The official community support channels are [`#rocket:mozilla.org`] on Matrix
and the bridged [`#rocket`] IRC channel on Freenode at `chat.freenode.net`. We and the bridged [`#rocket`] IRC channel on Freenode at `chat.freenode.net`. We
recommend joining us on [Matrix via Element]. If your prefer IRC, you can join recommend joining us on [Matrix via Element]. If you prefer IRC, you can join
via the [Kiwi IRC client] or a client of your own. via the [Kiwi IRC client] or a client of your own.
[`#rocket:mozilla.org`]: https://chat.mozilla.org/#/room/#rocket:mozilla.org [`#rocket:mozilla.org`]: https://chat.mozilla.org/#/room/#rocket:mozilla.org