french orthography sucks

This commit is contained in:
Neale Pickett 2018-05-23 18:12:32 +00:00
parent 20e7fc24fb
commit 9ca5774b4a
1 changed files with 4 additions and 4 deletions

View File

@ -173,7 +173,7 @@ Submit an answer to a puzzle.
### Return Data ### Return Data
* epilogue: HTML to display as an "epilogue" to the puzzle * epilog: HTML to display upon successfully answering the puzzle
### Example ### Example
@ -182,7 +182,7 @@ Submit an answer to a puzzle.
{ {
"status": "success", "status": "success",
"data": { "data": {
"epilogue": "That's right: in base 10, 5 + 1 = 6." "epilog": "That's right: in base 10, 5 + 1 = 6."
} }
} }
@ -200,7 +200,7 @@ Submit a token for points
* category: category for which this token awarded points * category: category for which this token awarded points
* points: number of points awarded * points: number of points awarded
* epilogue: HTML to display as an "epilogue" to the puzzle * epilog: HTML to display upon successfully answering the puzzle
### Example ### Example
@ -212,6 +212,6 @@ Submit a token for points
"data": { "data": {
"category": "wat", "category": "wat",
"points": 30, "points": 30,
"epilogue": "" "epilog": ""
} }
} }