diff --git a/language/nodejs/develop.md b/language/nodejs/develop.md index 791b6639e7..654cee8e6c 100644 --- a/language/nodejs/develop.md +++ b/language/nodejs/develop.md @@ -60,7 +60,7 @@ server.use( '/', mocks.server( server.Router(), false, false ) ) server.start() ``` -We’ve add the `ronin-database` module and we updated the code to connect to the database and set the in-memory flag to false. We now need to rebuild our image so it contains our changes. +We’ve added the `ronin-database` module and we updated the code to connect to the database and set the in-memory flag to false. We now need to rebuild our image so it contains our changes. First let’s add the `ronin-database` module to our application using npm.