Fix typo in updating guide: 'phase' -> 'faze'.

This commit is contained in:
IFcoltransG 2023-01-13 14:15:07 +13:00 committed by Sergio Benitez
parent 380e75c4e4
commit e86d503ff0
1 changed files with 4 additions and 5 deletions

View File

@ -17,11 +17,10 @@ developers wishing to migrate their applications to Rocket v0.5.
! note Don't panic! ! note Don't panic!
Simply upgrading Rocket's version string to the `0.5` series will result in Simply upgrading Rocket's version string to the `0.5` series will result in
_many_ `rustc` compiler errors. But don't let this phase you! The vast _many_ `rustc` compiler errors. But don't let this faze you! The vast majority
majority of changes are simple renames and `#[async_trait]` attributions which of changes are simple renames and `#[async_trait]` attributions which manifest
manifest in a cascading of errors. As such, resolving _one_ top-level issue, in a cascading of errors. As such, resolving _one_ top-level issue, typically
typically requiring minimal, trivial changes, often resolves _many_ errors in requiring minimal, trivial changes, often resolves _many_ errors in one go.
one go.
## Crate Organization ## Crate Organization