Skip to content

Commit

Permalink
"Suppose" correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisvanChip authored Jan 24, 2022
1 parent b6ebf1a commit c26fd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v4/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ __Important!__ The plugins are loaded in order. Because both DirectlineConnector
## Adding logic to an intent
The code for this example is here: https://github.com/jesus-seijas-sp/nlpjs-examples/tree/master/01.quickstart/12.onintent

Supose that you want to have an intent for telling jokes about Chuck Norris, and you know that a service that returns random Chuck Norris jokes exists: http://api.icndb.com/jokes/random
Suppose that you want to have an intent for telling jokes about Chuck Norris, and you know that a service that returns random Chuck Norris jokes exists: http://api.icndb.com/jokes/random

First you need to add the intent to the corpus:
```json
Expand Down

0 comments on commit c26fd27

Please sign in to comment.