Skip to content

Commit

Permalink
Merge pull request #11204 from joebowbeer/patch-2
Browse files Browse the repository at this point in the history
fix(documentation): remove extraneous backquote
  • Loading branch information
vkarpov15 authored Jan 15, 2022
2 parents 1c6a89a + 6f222d1 commit e14a4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/defaults.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can disable this behavior by setting the `setDefaultsOnInsert` option to `fa
You can also set `setDefaultsOnInsert` to `false` globally:

```javascript
mongoose.set('setDefaultsOnInsert', false);`
mongoose.set('setDefaultsOnInsert', false);
```

### Default functions and `this`
Expand All @@ -43,4 +43,4 @@ function's `this` refers to the document.

```javascript
[require:Default functions and `this`]
```
```

0 comments on commit e14a4e6

Please sign in to comment.