Fix typo in fairings guide: 'to the launch' -> 'to launch'.

This commit is contained in:
Noah Rosenzweig 2019-01-30 13:10:39 +01:00 committed by jeb
parent 5ce43ed4e9
commit fb1f7482ee
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ to create an `AdHoc` structure from a function or closure.
As an example, the code below creates a `Rocket` instance with two attached
ad-hoc fairings. The first, a launch fairing named "Launch Printer", simply
prints a message indicating that the application is about to the launch. The
prints a message indicating that the application is about to launch. The
second named "Put Rewriter", a request fairing, rewrites the method of all
requests to be `PUT`.