Skip to content

Commit

Permalink
Fix typo styleOptions to styleSet
Browse files Browse the repository at this point in the history
  • Loading branch information
Corina authored Mar 15, 2019
1 parent 9c217f2 commit bb07570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/05.b.idiosyncratic-manual-styling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ First, we want to overwrite the current `styleSet` by using the `createStyleSet`
```

Finally, make sure the `styleOptions` object is passed into Web Chat, like so:
Finally, make sure the `styleSet` object is passed into Web Chat, like so:

```diff
window.WebChat.renderWebChat({
- directLine: window.WebChat.createDirectLine({ token })
+ directLine: window.WebChat.createDirectLine({ token }),
+ styleOptions
+ styleSet
}, document.getElementById('webchat'));
```
Expand Down

0 comments on commit bb07570

Please sign in to comment.