Skip to content

Commit 9146437

Browse files
committed
Fixed typos
1 parent 2b8aaaf commit 9146437

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/storage/common/storage-samples-javascript.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ The following tables provide an overview of our samples repository and the scena
2626
[Authenticate using connection string](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob/samples/javascript/withConnString.js#L14)
2727
:::column-end:::
2828
:::column span="":::
29-
[[Authenticate using SAS connection string](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob/samples/javascript/withConnString.js#L14)
29+
[Authenticate using SAS connection string](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob/samples/javascript/withConnString.js#L14)
3030
:::column-end:::
3131
:::row-end:::
3232
:::row:::
3333
:::column span="":::
34-
[[Authenticate using shared key credential](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob/samples/javascript/sharedKeyCred.js#L5)
34+
[Authenticate using shared key credential](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob/samples/javascript/sharedKeyCred.js#L5)
3535
:::column-end:::
3636
:::column span="":::
37-
[[Authenticate using AnonymousCredential](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob/samples/javascript/anonymousCred.js#L18)
37+
[Authenticate using AnonymousCredential](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob/samples/javascript/anonymousCred.js#L18)
3838
:::column-end:::
3939
:::row-end:::
4040
:::row:::
4141
:::column span="":::
42-
[[Authenticate using Azure Active Directory](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob/samples/javascript/azureAdAuth.js#L47)
42+
[Authenticate using Azure Active Directory](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob/samples/javascript/azureAdAuth.js#L47)
4343
:::column-end:::
4444
:::column span="":::
45-
[[Authenticate using a proxy](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob/samples/javascript/proxyAuth.js#L28)
45+
[Authenticate using a proxy](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob/samples/javascript/proxyAuth.js#L28)
4646
:::column-end:::
4747
:::row-end:::
4848
:::row:::

0 commit comments

Comments
 (0)