Skip to content

Commit

Permalink
Fix docs mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
yandavid committed Aug 23, 2018
1 parent 38b428e commit 4f92e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
"articles": {
"desc": "whether this noun deserves 'a' or 'an'",
"returns": "Array",
"example": "nlp('the hour').nouns().articles()\n//[{text:\"king\", article:\"a\"}]"
"example": "nlp('the king').nouns().articles()\n//[{text:\"king\", article:\"a\"}]"
}
},
"sentences": {
Expand Down

0 comments on commit 4f92e23

Please sign in to comment.