Skip to content

Commit a35c6f0

Browse files
abrookinsclaude
andcommitted
Fix spellcheck errors in migration documentation
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent ded5c29 commit a35c6f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/migrations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Redis OM Python provides two types of migrations to help manage changes to your
77

88
## CLI Options
99

10-
Redis OMprovides two CLI interfaces:
10+
Redis OM provides two CLI interfaces:
1111

1212
### Unified CLI (Recommended)
1313
```bash
@@ -22,7 +22,7 @@ migrate # Schema migrations (original command still works)
2222

2323
## Schema Migrations
2424

25-
Schema migrations manage RediSearch index definitions. When you change field types, indexing options, or other schema properties, Redis OMautomatically detects these changes and can update your indices accordingly.
25+
Schema migrations manage RediSearch index definitions. When you change field types, indexing options, or other schema properties, Redis OM automatically detects these changes and can update your indices accordingly.
2626

2727
### Directory Layout
2828

@@ -213,7 +213,7 @@ om migrate-data rollback 001_datetime_fields_to_timestamps --dry-run
213213

214214
### Datetime Field Migration
215215

216-
Redis OMincludes a built-in migration (`001_datetime_fields_to_timestamps`) that fixes datetime field indexing. This migration:
216+
Redis OM includes a built-in migration (`001_datetime_fields_to_timestamps`) that fixes datetime field indexing. This migration:
217217

218218
- Converts datetime fields from ISO strings to Unix timestamps
219219
- Enables proper NUMERIC indexing for range queries and sorting

0 commit comments

Comments
 (0)