From e86d503ff0d57ee712f84e0e5b7661b4f9448f88 Mon Sep 17 00:00:00 2001 From: IFcoltransG <47414286+IFcoltransG@users.noreply.github.com> Date: Fri, 13 Jan 2023 14:15:07 +1300 Subject: [PATCH] Fix typo in updating guide: 'phase' -> 'faze'. --- site/guide/01-upgrading.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/site/guide/01-upgrading.md b/site/guide/01-upgrading.md index b29ac4ee..7903612a 100644 --- a/site/guide/01-upgrading.md +++ b/site/guide/01-upgrading.md @@ -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