Fix typo in guide intro: 'offerring' -> 'offering'.

This commit is contained in:
Zack Chandler 2018-11-13 21:05:06 -08:00 committed by Sergio Benitez
parent d813883fa5
commit 59e27820e9
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ being a more flexible, friendly medley of [Rails](http://rubyonrails.org),
[Flask](http://flask.pocoo.org/),
[Bottle](http://bottlepy.org/docs/dev/index.html), and
[Yesod](http://www.yesodweb.com/). We prefer to think of Rocket as something
new. Rocket aims to be fast, easy, and flexible while offerring guaranteed
safety and security where it can. Importantly, Rocket also aims to be _fun_, and
it accomplishes this by ensuring that you write as little code as needed to
new. Rocket aims to be fast, easy, and flexible while offering guaranteed safety
and security where it can. Importantly, Rocket also aims to be _fun_, and it
accomplishes this by ensuring that you write as little code as needed to
accomplish your task.
This guide introduces you to the core, intermediate, and advanced concepts of