Skip to content

Commit fa55bf2

Browse files
Update content.md
1 parent d71875d commit fa55bf2

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)