Skip to content

Commit 797f844

Browse files
author
spoeck
committed
refactor: typo
1 parent a7bc6d7 commit 797f844

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default class App extends Component {
2626
};
2727

2828
ApiAi.setConfiguration(
29-
"INSERT_HERE_YOUR_CLENT_ACCESS_TOKEN", ApiAi.LANG_GERMAN
29+
"INSERT_YOUR_CLENT_ACCESS_TOKEN_HERE", ApiAi.LANG_GERMAN
3030
);
3131
}
3232

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Please insert your `clientAccessToken` and may set another language in the `App.js` before starting the app!
44
```
55
ApiAi.setConfiguration(
6-
"INSERT_HEAR_YOUR_CLENT_ACCESS_TOKEN", ApiAi.LANG_GERMAN
6+
"INSERT_YOUR_CLENT_ACCESS_TOKEN_HERE", ApiAi.LANG_GERMAN
77
);
88
```
99
<img src="screenshot.png" width="60%">

0 commit comments

Comments
 (0)