Skip to content

Commit 9fe44d9

Browse files
committed
docs(migrations): fix typo in downtime considerations section
1 parent 5ec0bd1 commit 9fe44d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/concepts/index-migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Adding a vector field means all existing documents need vectors for that field.
130130

131131
## Downtime considerations
132132

133-
c lWith `drop_recreate`, your index is unavailable between the drop and when re-indexing completes.
133+
With `drop_recreate`, your index is unavailable between the drop and when re-indexing completes.
134134

135135
**CRITICAL**: Downtime requires both reads AND writes to be paused:
136136

0 commit comments

Comments
 (0)