Skip to content

Commit 7c3f5db

Browse files
authored
Fix typo
1 parent 690f454 commit 7c3f5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-storage-blob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This section describes the function app configuration settings available for fun
7474
"version": "2.0",
7575
"extensions": {
7676
"blobs": {
77-
"maxDegreeOfParallelism": "4"
77+
"maxDegreeOfParallelism": 4
7878
}
7979
}
8080
}

0 commit comments

Comments
 (0)