Fix broken code fencings in the docs

This commit is contained in:
Farid Nouri Neshat 2015-12-28 23:03:37 +08:00
parent bffa4b6ab6
commit 93c9f63b0d
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ RelationMixin.hasMany = function hasMany(modelTo, params) {
* Get the User object for the post author synchronously: * Get the User object for the post author synchronously:
* ``` * ```
* post.author(); * post.author();
* ```
* Set the author to be the given user: * Set the author to be the given user:
* ``` * ```
* post.author(user) * post.author(user)