Skip to content

Commit 1c6d93c

Browse files
authored
Update MigrationGuide.md (Azure#26540)
Fix typo
1 parent ff928a7 commit 1c6d93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/tables/Azure.Data.Tables/MigrationGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ and namespaces that begin with `Microsoft.Azure.CosmosDB` or `Microsoft.Azure.St
3838

3939
### Constructing the clients
4040

41-
Previously in `Microsoft.Azure.Comsmos.Table`, you would create a `CloudStorageAccount` which can be used to get an instance of the `CloudTableClient` in order to
41+
Previously in `Microsoft.Azure.Cosmos.Table`, you would create a `CloudStorageAccount` which can be used to get an instance of the `CloudTableClient` in order to
4242
perform service level operations.
4343

4444
```C#

0 commit comments

Comments
 (0)