Skip to content

Commit

Permalink
Fix a type in http wit sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Pintus committed Feb 16, 2018
1 parent 4bc1387 commit 8e258ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/http-requests/sample-wit.http
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Content-Type: application/json
"engine": {
"type": "WitAi",
"settings": {
"token": "<YOUR_WIT_APP_YOKEN>"
"token": "<YOUR_WIT_APP_TOKEN>"
}
}
},
Expand All @@ -42,7 +42,7 @@ Content-Type: application/json
"engine": {
"type": "WitAi",
"settings": {
"token": "<YOUR_WIT_APP_YOKEN>"
"token": "<YOUR_WIT_APP_TOKEN>"
}
}
},
Expand Down Expand Up @@ -70,7 +70,7 @@ Content-Type: application/json
"engine": {
"type": "WitAi",
"settings": {
"token": "<YOUR_WIT_APP_YOKEN>"
"token": "<YOUR_WIT_APP_TOKEN>"
}
}
},
Expand Down Expand Up @@ -101,7 +101,7 @@ Content-Type: application/json
"engine": {
"type": "WitAi",
"settings": {
"token": "<YOUR_WIT_APP_YOKEN>"
"token": "<YOUR_WIT_APP_TOKEN>"
}
}
},
Expand Down

0 comments on commit 8e258ab

Please sign in to comment.