Skip to content

Commit

Permalink
Grammatical error
Browse files Browse the repository at this point in the history
"Or" makes the subject a singular subject, so the helping verb "is" should be used.
  • Loading branch information
derekpovah committed May 5, 2017
1 parent 281387e commit 26198f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guides/projects/initializers.md
Expand Up @@ -12,7 +12,7 @@ A project can **optionally** have one or more custom initializers.


An initializer is a Ruby file used to setup third-party libraries or some other aspect of the code. An initializer is a Ruby file used to setup third-party libraries or some other aspect of the code.


They are run as the **last** thing after the dependencies, the framework and the project code are loaded, but **before** the server or the console are started. They are run as the **last** thing after the dependencies, the framework and the project code are loaded, but **before** the server or the console is started.


For instance, if we want to setup [Bugsnag](https://bugsnag.com) for our project we can do: For instance, if we want to setup [Bugsnag](https://bugsnag.com) for our project we can do:


Expand Down

0 comments on commit 26198f2

Please sign in to comment.