Skip to content

Commit

Permalink
Fix typo in enum modes in spell check json (Azure#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangan12 authored and sergey-shandar committed Feb 13, 2018
1 parent 73046cd commit dd6b0da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@
"required": false,
"type": "string",
"enum": [
"Proof",
"Spell"
"proof",
"spell"
],
"x-ms-enum": {
"name": "Mode",
Expand Down

0 comments on commit dd6b0da

Please sign in to comment.