Skip to content

Commit 1e81479

Browse files
authored
Merge pull request #125923 from changeworld/patch-51
Fix typo
2 parents 79b8bb5 + e523f08 commit 1e81479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-rabbitmq-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ namespace Company.Function
6969
}
7070
```
7171

72-
Like with Json objects, an error will occur if the message isn't properly formatted as a C# object. If it is, it's then bound to the variable pocObj, which can be used for what whatever it's needed for.
72+
Like with JSON objects, an error will occur if the message isn't properly formatted as a C# object. If it is, it's then bound to the variable pocObj, which can be used for what whatever it's needed for.
7373

7474
---
7575

0 commit comments

Comments
 (0)