Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-src/src/indexing-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ needs.
## `diff` (default)

Using the default `diff` mode, the plugin will try to be smart when pushing
content to your index: it will delete old the records and add new ones. All
content to your index: it will delete the old records and add new ones. All
records that didn't change will stay untouched.

To do so, it first grabs the list of all records in your index, then compares
Expand Down