Skip to content

Commit 5e9ee2c

Browse files
authored
Merge pull request #14994 from dragontaek-lee/format-change-stream-result-example
docs(change-streams): fix markdown syntax highlighting for script output example
2 parents 91ed8c3 + 8a58490 commit 5e9ee2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/change-streams.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ await Person.create({ name: 'Axl Rose' });
2121

2222
The above script will print output that looks like:
2323

24-
```no-highlight
24+
```javascript
2525
{
2626
_id: {
2727
_data: '8262408DAC000000012B022C0100296E5A10042890851837DB4792BE6B235E8B85489F46645F6964006462408DAC6F5C42FF5EE087A20004'

0 commit comments

Comments
 (0)