Skip to content

Commit 9bb1c59

Browse files
committed
lm feedback
1 parent af1e1f6 commit 9bb1c59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/crud/pkFactory.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _node-pkfactory:
22

3-
==================================
4-
Generate Custom Values for ``_id``
5-
==================================
3+
==============================
4+
Generate Custom Values for _id
5+
==============================
66

77
.. default-domain:: mongodb
88

source/monitoring-and-logging/change-streams.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ read events from the change stream:
9191

9292
You can attach listener functions to the ``ChangeStream`` object
9393
by calling the ``on()`` method. This method is inherited from the
94-
Javascript ``EventEmitter`` class. Pass the string ``"change"`` as
94+
JavaScript ``EventEmitter`` class. Pass the string ``"change"`` as
9595
the first parameter and your listener function as the second parameter as shown below:
9696

9797
.. code-block:: javascript

0 commit comments

Comments
 (0)