fixed typo in MigrationGuide.md (#3262)

This commit is contained in:
t-ransemel 2022-01-20 17:52:56 +02:00 committed by GitHub
parent b3ac959049
commit 9d1ab66989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,7 +211,7 @@ block_blob_client.upload_from_stream(stream);
v12
```C++
blockBlobClinet.Upload(stream);
blockBlobClient.Upload(stream);
```
#### Uploading text