Skip to content

Commit 72dec68

Browse files
committed
spelling
1 parent b5b80db commit 72dec68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cosmos-db/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@
666666
href: how-to-configure-change-feed-start-time.md
667667
- name: Using the change feed estimator
668668
href: how-to-use-change-feed-estimator.md
669-
- name: Migrating from change feed processor library
669+
- name: Migrate from change feed processor library
670670
href: how-to-migrate-from-change-feed-library.md
671671
- name: Built-in analytics with Apache Spark
672672
items:

articles/cosmos-db/how-to-migrate-from-change-feed-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The SDK V3 change feed processor will detect any old library state and migrate i
4343
You can safely stop the application using the old code, migrate the code to the new version, start the migrated application, and any changes that happened while the application was stopped, will be picked up and processed by the new version.
4444

4545
> [!NOTE]
46-
> Migrations from applications using the library to the .NET V3 SEK are one-way, since the state (leases) will be migrated to the new schema. The migration is not backward compatible.
46+
> Migrations from applications using the library to the .NET V3 SDK are one-way, since the state (leases) will be migrated to the new schema. The migration is not backward compatible.
4747
4848

4949
## Additional resources

0 commit comments

Comments
 (0)