Skip to content

Commit 179d311

Browse files
authored
Merge pull request #223 from ashfaq92/patch-2
Correct email field in JSON example
2 parents c2e5dfa + c728fd0 commit 179d311

File tree

1 file changed

+1
-1
lines changed
  • Tutorials/whatiswot/website/docs/preliminary/json-schema

1 file changed

+1
-1
lines changed

Tutorials/whatiswot/website/docs/preliminary/json-schema/practice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ It accepts:
149149
```json
150150
{
151151
"name": "William Shakespeare",
152-
152+
"email": "[email protected]"
153153
}
154154
```
155155

0 commit comments

Comments
 (0)