Skip to content

Commit 083d52a

Browse files
authored
Fix typo in storage faq.md (#5139)
1 parent b082d54 commit 083d52a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/storage/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ All URLs should be URL-encoded and other resource names should be UTF-8 encoded.
108108
This applies to both input variables and output.
109109
If your code runs in an environment where the default locale and encoding is not UTF-8, you should encode before passing variables into the SDK and decode variables returned from the SDK.
110110

111-
In the blow code snippet, we'd like to create a blob named <code>ol&#225;</code>.
111+
In the code snippet below, we'd like to create a blob named <code>ol&#225;</code>.
112112
```cpp
113113
// If the blob client is created from a container client, the blob name should be UTF-8 encoded.
114114
auto blobClient = containerClient.GetBlobClient("ol\xC3\xA1");

0 commit comments

Comments
 (0)