@@ -50,7 +50,7 @@ System collections include these collections stored in the ``admin`` database:
50
50
.. data:: admin.system.version
51
51
52
52
The :data:`admin.system.version` collection stores metadata to
53
- suport internal operations. Do not modify this collection unless
53
+ support internal operations. Do not modify this collection unless
54
54
specifically instructed to in this documentation or by a MongoDB
55
55
support engineer.
56
56
@@ -84,7 +84,7 @@ each database:
84
84
85
85
Starting in MongoDB 4.2, ``<database>.system.indexes`` has been
86
86
removed (access to the collection has been deprecated since 3.0).
87
- To list the inndexes , use the :dbcommand:`listIndexes` command
87
+ To list the indexes , use the :dbcommand:`listIndexes` command
88
88
instead.
89
89
90
90
.. data:: <database>.system.profile
@@ -94,13 +94,15 @@ each database:
94
94
95
95
.. data:: <database>.system.js
96
96
97
- The :data:`<database>.system.js` collection holds special JavaScript
97
+ The :data:`<database>.system.js` collection stores special JavaScript
98
98
code for use in :doc:`server side JavaScript
99
99
</core/server-side-javascript>`. See
100
- :doc:`/tutorial/store-javascript-function-on-server` for
101
- more information.
100
+ :doc:`/tutorial/store-javascript-function-on-server` for more
101
+ information.
102
102
103
103
.. data:: <database>.system.views
104
104
105
105
The :data:`<database>.system.views` collection contains
106
106
information about each :doc:`view </core/views>` in the database.
107
+
108
+ .. include:: /includes/5.0-changes/no-direct-write-system-views.rst
0 commit comments