Skip to content

Commit

Permalink
Fixed Issue: #3261 (#3262)
Browse files Browse the repository at this point in the history
Corrected the typo as mentioned in the bug.
  • Loading branch information
utkarsh2827 authored Jun 18, 2020
1 parent 7f37897 commit 1bb780c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
</head>
<body>
<div id="app" role="main"></div>
<script type="text/babel" data-presets="es2015.react,stage-3">
<script type="text/babel" data-presets="es2015,react,stage-3">
(async function() {
// In this demo, we are using Direct Line token from MockBot.
// Your client code must provide either a secret or a token to talk to your bot.
Expand Down

0 comments on commit 1bb780c

Please sign in to comment.