Skip to content

Commit

Permalink
Merge pull request #27 from Lombiq/issue/OSOE-158
Browse files Browse the repository at this point in the history
OSOE-158: Typo fixes
  • Loading branch information
Piedone authored Oct 24, 2022
2 parents 29d4b32 + ab1990e commit 0e9081a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ or
The properties are:

- Content ("content"): An `object` or `JToken` that will be serialized via [Newtonsoft Json.Net](https://www.newtonsoft.com/json).
- SerializedJson ("json"): An already serialized `string` that can be used as an _alternative_ to Content. Both shouldn't be used, but in case they are, Content takes precendence.
- SerializedJson ("json"): An already serialized `string` that can be used as an _alternative_ to Content. Both shouldn't be used, but in case they are, Content takes precedence.
- Options ("options"): A `JsonEditorOptions` object that contains configuration for the JSON editor. See the XML documentation of the `JsonEditorOptions` for more information.
- InputName ("name"): The HTML name of the associated hidden `<input>` element.

Expand Down

0 comments on commit 0e9081a

Please sign in to comment.