Skip to content

Commit 2dabbff

Browse files
committed
fix: cloudupload article typo
1 parent f22fde8 commit 2dabbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/cloudupload/custom-cloud-storage-providers/custom-azure-blob-storage-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ position: 2
1818

1919
## Setting Credentials Dynamically from the Code Behind
2020

21-
The easiest way to set credentials from the code behind is to create a custom Azure provider This can done following the steps below:
21+
The easiest way to set credentials from the code behind is to create a custom Azure provider. This can done following the steps below:
2222

2323
1. Create a new class, which inherits the **AzureProvider** class and override its **Initialize** method. In this method you can set all
2424

0 commit comments

Comments
 (0)