Skip to content

Commit c202f43

Browse files
author
Anthony Sansone
committed
(DOCSP-12745) Fixing errors
1 parent 2651022 commit c202f43

File tree

6 files changed

+133
-59
lines changed

6 files changed

+133
-59
lines changed

source/style-guide/includes/terms/l.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ L
132132

133133
- Use *login* and *logoff* as nouns or adjectives.
134134

135-
- Don't use *log into*; use *log in to* instead.
135+
- Don't use *log into*; use *log in to*. *Log in* is a single
136+
:mw:`phrasal verb`. *To* links that verb to the next word.
136137

137138
.. list-table::
138139
:widths: 50 50

source/style-guide/style/capitalization.txt

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,8 @@ Capitalization
88

99
.. include:: /includes/styles/corrections.rst
1010

11-
Be judicious and consistent in your use of capitalization.
12-
13-
Use capitalization for:
14-
15-
- proper names,
16-
- proper adjectives, and
17-
- as style requires.
18-
19-
Don't use capitalization for:
20-
21-
- Common nouns,
22-
- For emphasis,
23-
- To attempt to give a word greater status than other words, or
24-
- At random.
25-
26-
This topic provides general guidelines to help you decide whether a
27-
term should be capitalized.
11+
Be judicious and consistent in your use of capitalization. This topic
12+
provides general guidelines to help you decide to capitalize a term.
2813

2914
.. seealso::
3015

source/style-guide/style/product-names-version-numbers.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ the following guidelines:
2424
- MongoDB Atlas
2525
- MongoDB Compass
2626

27-
* - On the first mention, use the full MongoDB product name.
27+
* - Use the full MongoDB product name on the first mention.
2828
Subsequent mentions may use the product name without MongoDB.
2929

3030
- .. list-table::
@@ -75,6 +75,17 @@ the following guidelines:
7575

7676
- Never abbreviate S3 Snapshot Store as SSS.
7777

78+
* - Don't use MongoDB names in the possessive form.
79+
80+
- Don't write *MongoDB's features*, but
81+
*features of MongoDB Community*.
82+
83+
* - Don't use MongoDB names as part of a contraction.
84+
85+
- Besides the high chance that such a contraction would use
86+
passive voice, this diminishes the trademark and could add
87+
ambiguity.
88+
7889
* - Use full, three-digit version numbers when referring to a
7990
specific release or feature. Use the two-digit release series
8091
when referring to a common feature.

source/style-guide/terminology/terms-for-global-audience.txt

Lines changed: 106 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ speakers to understand.
4040

4141
Avoid idioms and colloquialisms as often as possible.
4242

43-
The following table lists some idioms and colloquialisms, and provides
43+
The following table lists some idioms and colloquialisms and provides
4444
alternatives that you can use.
4545

4646
.. list-table::
@@ -156,11 +156,11 @@ users and difficult to translate.
156156
- Consider explaining any jargon that you use if the audience isn't
157157
highly technical.
158158

159-
The following table lists some jargon typically used in the high tech
160-
industry and some possible alternatives.
159+
The following table lists some jargon typical of the tech industry and
160+
possible alternatives.
161161

162162
.. list-table::
163-
:widths: 20 5 25 50
163+
:widths: 20 10 20 50
164164
:header-rows: 1
165165

166166
* - Jargon
@@ -169,83 +169,83 @@ industry and some possible alternatives.
169169
- Examples
170170

171171
* - abort
172-
- (v)
172+
- v
173173
- stop, end, cancel
174174
- If an error occurs during data entry, the update process stops.
175175

176176
* - boot, reboot
177-
- (v)
177+
- v
178178
- start, restart
179179
- To apply your changes, restart the server.
180180

181181
* - bounce
182-
- (v)
182+
- v
183183
- restart
184184
- Restart the service.
185185

186186
* - box
187-
- (n)
187+
- n
188188
- computer, server
189189
- The configuration specifies four servers.
190190

191191
* - cache
192-
- (v)
192+
- v
193193
- place in cache
194194
- For quick access, you can place the command in cache.
195195

196196
* - debug
197-
- (v)
197+
- v
198198
- resolve
199199
- After you resolve the problem, restart the server.
200200

201201
* - dropped
202-
- (adj)
202+
- adj
203203
- discontinued
204204
- In this release, support for Windows is discontinued.
205205

206206
* - execute
207-
- (v)
207+
- v
208208
- run
209209
- Run the script.
210210

211211
* - fire, fire up
212-
- (v)
212+
- v
213213
- start
214214
- After repairs are completed, you can start the server.
215215

216216
* - freeze
217-
- (v)
217+
- v
218218
- stop responding
219219
- If the console stops responding, restart the application.
220220

221221
* - grayed, grayed out
222-
- (adj)
222+
- adj
223223
- unavailable, dimmed
224224
- You can't reduce the size of a Windows server, so options for
225225
smaller size servers are unavailable.
226226

227227
* - hang
228-
- (v)
228+
- v
229229
- stop responding
230230
- A severe error might cause the server to stop responding.
231231

232232
* - interface
233-
- (v)
233+
- v
234234
- connect, communicate, interact
235235
- Host 1 interacts with Host 2.
236236

237237
* - kill
238-
- (v)
238+
- v
239239
- stop, end, terminate
240240
- You can terminate the process by pressing Ctrl+C.
241241

242242
* - launch
243-
- (v)
243+
- v
244244
- start
245245
- Start the application monitor in debug mode.
246246

247247
* - machine
248-
- (n)
248+
- n
249249
- computer, server, host
250250
- If a UFO lands in the data center, the servers stop working.
251251

@@ -254,33 +254,29 @@ industry and some possible alternatives.
254254
correct.
255255

256256
* - ping
257-
- (v)
257+
- v
258258
- contact, alert
259259
- To verify the connection, use the ping command to contact the
260260
other server.
261261

262262
* - sanity check
263-
- (v)
263+
- v
264264
- test, evaluate
265265
- You can use a pre-existing function to evaluate the data that
266266
users enter.
267267

268-
* - slave
269-
- (n, adj)
270-
- subordinate, secondary
271-
- Database replication that uses a master database server and a
272-
secondary (or slave) database server provides key advantages.
273-
274268
* - spin up
275-
- (v)
269+
- v
276270
- create
277271
- If you need more capacity, create a new server.
278272

279273
* - throw
280-
- (v)
274+
- v
281275
- generate
282276
- If the program fails, an error is generated.
283277

278+
.. _culture-neutral:
279+
284280
Use Culture-Neutral Language and Examples
285281
-----------------------------------------
286282

@@ -305,6 +301,86 @@ If you create "named" users for extended examples or scenarios, use
305301
names that represent a variety of ethnic backgrounds, genders, and
306302
locations.
307303

304+
.. _oppressive-language:
305+
306+
Use Non-Oppressive Language
307+
---------------------------
308+
309+
The words you choose can have meanings separate from their dictionary
310+
definitions. To ignore that ignores the power of speech and writing.
311+
MongoDB wants to empower everyone to use our technology. Keeping with
312+
that goal, we must consider our use of terms identified as racist,
313+
sexist, or otherwise oppressive. Some terms lack any ambiguity.
314+
315+
The following table lists terms to avoid and some acceptable
316+
alternatives.
317+
318+
.. list-table::
319+
:widths: 20 10 20 50
320+
:header-rows: 1
321+
322+
* - Term
323+
- Part
324+
- Alternatives
325+
- Examples
326+
327+
* - black hat
328+
- adj
329+
- unethical
330+
- MongoDB discourages unethical hacking of its databases.
331+
332+
* - blacklist
333+
- v
334+
- remove (from an access list), deny (access to),
335+
block (access to)
336+
- MongoDB Atlas denies that IP address access to the database.
337+
338+
* - blacklist
339+
- n
340+
- access list, blocklist, exclude list
341+
- That IP address has been removed from the access list for the
342+
**shipwreck** database.
343+
344+
* - master
345+
- n, adj
346+
- primary, active, coordinator
347+
- Replica sets have one primary and two or more secondary members.
348+
349+
* - slave
350+
- n, adj
351+
- secondary, standby, subordinate, replica, worker
352+
- Replica sets have one primary and two or more secondary members.
353+
354+
* - slave
355+
- v
356+
- subordinate
357+
- This slower hard drive has been subordinated to this faster hard
358+
drive for backup purposes.
359+
360+
.. note::
361+
362+
Docs discourages using either term as a verb. This is
363+
included to account for possible usage.
364+
365+
* - white hat
366+
- adj
367+
- ethical
368+
- MongoDB understands that you may need to conduct ethical hacking
369+
to test the security of your databases.
370+
371+
* - whitelist
372+
- v
373+
- add (to an access list), allow (access to), permit (access to)
374+
- MongoDB Atlas allows that IP address to access to the database.
375+
376+
* - whitelist
377+
- n
378+
- access list, allow list, allowed list
379+
- That IP address has been added from the access list for the
380+
**shipwreck** database.
381+
382+
.. _neutral-graphics:
383+
308384
Use Culture-Neutral Graphics
309385
----------------------------
310386

source/style-guide/writing/use-that-which-correctly.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,18 @@ Make sure to clarify restrictive clauses, as follows:
4747
successive nouns.
4848
- Don't substitute *which* for *that*.
4949
- For the use of *such as*, use a comma before a nonrestrictive clause
50-
and don't use a comma for a restrictive clause. You can tell if the
51-
clause is nonrestrictive by taking the phrase starting with *such
52-
as* out of the sentence and see whether the sentence is still true.
53-
For example:
50+
and don't use a comma for a restrictive clause. To tell if the
51+
clause is nonrestrictive, remove the phrase starting with *such
52+
as* out of the sentence. See whether the sentence remains true.
5453

55-
- In this forest, you can see many types of coniferous trees, such
56-
as pine and spruce.
54+
.. example::
5755

58-
- In this forest, you can see many types of coniferous trees.
56+
- In this forest, you can see many types of coniferous trees,
57+
such as pine and spruce.
5958

60-
See *such as* in the :ref:`alphabetical-list-of-terms` for more examples.
59+
- In this forest, you can see many types of coniferous trees.
60+
61+
.. seealso:: :term:`such as`.
6162

6263
.. list-table::
6364
:widths: 50 50

source/style-guide/writing/write-clear-concise-sentences-paragraphs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ An expletive sentence begins with *It* or *There* and followed by a form of *be*
136136
* - We need to solve this problem.
137137
- It is necessary for us to find a solution to this problem.
138138

139-
* - There are three benefits to the cloud backup compared to the
139+
* - Cloud backup has three benefits over legacy backup.
140+
- There are three benefits to the cloud backup compared to the
140141
legacy backup.
141-
- Cloud backup has three benefits over legacy backup.
142142

143143
.. _sg-avoid-nominalizations:
144144

0 commit comments

Comments
 (0)