From 040807a4bc24b70f3aa04808abc6fb7cbc6508a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Sun, 7 Apr 2013 23:24:47 -0500 Subject: [PATCH] database instead of db --- source/tutorial/store-javascript-function-on-server.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: