Skip to content

Commit 212967b

Browse files
committed
Fix typo
Github -> GitHub
1 parent 47d3bd4 commit 212967b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-azure-mysql-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ The following table explains the binding configuration properties that you set i
716716
>
717717
>It is on different programming language if special character is supported to define members attributes containing special characters. For example, C# have few limitations to define [variables](https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/identifier-names)
718718
>
719-
>Apart from that, the output binding covering all special characters can be done using 'JObject'. The detailed example can be followed in this [Github link](https://github.com/Azure/azure-functions-mysql-extension/blob/main/samples/samples-csharp/OutputBindingSamples/AddProductJObject.cs)
719+
>Apart from that, the output binding covering all special characters can be done using 'JObject'. The detailed example can be followed in this [GitHub link](https://github.com/Azure/azure-functions-mysql-extension/blob/main/samples/samples-csharp/OutputBindingSamples/AddProductJObject.cs)
720720
>
721721
722722
## Usage

0 commit comments

Comments
 (0)