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:
parent
ef686a6095
commit
43bdd728a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue