diff --git a/source/tutorial/store-javascript-function-on-server.txt b/source/tutorial/store-javascript-function-on-server.txt index 3dca5c506ad..243828c4d7b 100644 --- a/source/tutorial/store-javascript-function-on-server.txt +++ b/source/tutorial/store-javascript-function-on-server.txt @@ -55,7 +55,7 @@ See ``_ for a .. versionadded:: 2.1 In the :program:`mongo` shell, you can use :method:`db.loadServerScripts()` to load all the scripts saved in - the ``system.js`` collection for the current db. Once loaded, you + the ``system.js`` collection for the current database. Once loaded, you can invoke the functions directly in the shell, as in the following example: