minor cleanup

This commit is contained in:
Alex Yatskov 2019-03-07 10:19:35 -08:00
parent 77a558fc31
commit ee7b158cc9
2 changed files with 6 additions and 7 deletions

View File

@ -728,10 +728,10 @@ guarantee that your application continues to function properly in the future.
``` ```
**Create new Model** **Create New Model**
Creates a new model to be used in Anki. User must provide modelName, inOrderFields and cardTemplates to be used Creates a new model to be used in Anki. User must provide the `modelName`, `inOrderFields` and `cardTemplates` to be
in the model. used in the model.
*Sample request* *Sample request*
```json ```json
@ -821,7 +821,6 @@ guarantee that your application continues to function properly in the future.
} }
``` ```
#### Notes #### #### Notes ####
* **addNote** * **addNote**