1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove extra list item element

Cleaning up the list items that detail what an engines `--full` option
generates. Joining a multiline multi list item into a multiline single
list item.

[ci skip]
This commit is contained in:
Ben Hicks 2014-06-19 17:58:29 -05:00
parent ef686a6095
commit 43bdd728a0

View file

@ -94,7 +94,7 @@ including a skeleton structure that provides the following:
```
* A file at `lib/blorgh/engine.rb`, which is identical in function to a
* standard Rails application's `config/application.rb` file:
standard Rails application's `config/application.rb` file:
```ruby
module Blorgh