Skip to content

Commit

Permalink
fix(documentation): remove extraneous backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
joebowbeer authored Jan 10, 2022
1 parent 8f0bf41 commit 6f222d1
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 6f222d1

Please sign in to comment.