Skip to content

Commit

Permalink
Fix typo in updating guide: 'phase' -> 'faze'.
Browse files Browse the repository at this point in the history
  • Loading branch information
IFcoltransG authored and SergioBenitez committed Mar 23, 2023
1 parent 380e75c commit e86d503
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions site/guide/01-upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ developers wishing to migrate their applications to Rocket v0.5.
! note Don't panic!

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
majority of changes are simple renames and `#[async_trait]` attributions which
manifest in a cascading of errors. As such, resolving _one_ top-level issue,
typically requiring minimal, trivial changes, often resolves _many_ errors in
one go.
_many_ `rustc` compiler errors. But don't let this faze you! The vast majority
of changes are simple renames and `#[async_trait]` attributions which manifest
in a cascading of errors. As such, resolving _one_ top-level issue, typically
requiring minimal, trivial changes, often resolves _many_ errors in one go.

## Crate Organization

Expand Down

0 comments on commit e86d503

Please sign in to comment.