We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68995e4 commit ac0b673Copy full SHA for ac0b673
source/changeStreams.txt
@@ -18,7 +18,7 @@ Change Streams
18
:keywords: MongoDB triggers, change streams, database triggers, real time
19
20
Change streams allow applications to access real-time data changes
21
-without the complexity and risk of tailing the :term:`oplog`.
+without the prior complexity and risk of manually tailing the :term:`oplog`.
22
Applications can use change streams to subscribe to all data changes on
23
a single collection, a database, or an entire deployment, and
24
immediately react to them. Because change streams use the aggregation
0 commit comments