From 6f222d1c577400cbf433db4f5665a051f91d2aa8 Mon Sep 17 00:00:00 2001 From: Joe Bowbeer Date: Sun, 9 Jan 2022 19:28:32 -0800 Subject: [PATCH] fix(documentation): remove extraneous backtick --- docs/defaults.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/defaults.md b/docs/defaults.md index 2c3aa0197eb..104eed4e94e 100644 --- a/docs/defaults.md +++ b/docs/defaults.md @@ -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` @@ -43,4 +43,4 @@ function's `this` refers to the document. ```javascript [require:Default functions and `this`] -``` \ No newline at end of file +```