Skip to content

Commit 93e36b4

Browse files
Update docs/source/core_engine/02-customize-diff-class.md
Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
1 parent 6ef651c commit 93e36b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/core_engine/02-customize-diff-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ When performing a diff or a sync operation, a diff object is generated. A diff o
55

66
The diff object helps to access all the DiffElements. It's possible to provide your own Diff class in order to customize some of its capabilities including:
77
- The rendering of the result of the diff
8-
- The order in which the element are being processed
8+
- The order in which the elements are processed
99

1010
## Using your own Diff class
1111

0 commit comments

Comments
 (0)