diff --git a/docs/arrays.md b/docs/arrays.md index cfa3c5f..9549d8f 100644 --- a/docs/arrays.md +++ b/docs/arrays.md @@ -48,11 +48,11 @@ This introduces a few benefits: moves are detected by default, you can turn move detection off with: ```javascript - var customDiffPatch = jsondiffpatch.create({ - arrays: { - detectMove: false - } - }; +var customDiffPatch = jsondiffpatch.create({ + arrays: { + detectMove: false, + }, +}); ``` ### Representation