Skip to content

Commit 9b1c74d

Browse files
authored
Merge pull request #125 from dumb-programmer/main
Fix typo in content.md
2 parents d71875d + fa55bf2 commit 9b1c74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ paths:
153153
...
154154
```
155155

156-
The response contains an object is JSON format with two fields:
156+
The response contains an object in JSON format with two fields:
157157

158158
- `winner` is a string with only three possible values: `.`, `X` and `O`.
159159
- `board` is a 3-element array where each item is another 3-element array, effectively building a 3x3 square matrix. Each element in the matrix is a string with only three possible values: `.`, `X` and `O`.

0 commit comments

Comments
 (0)