Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update index-dev.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vim-sroberge authored Aug 5, 2024
1 parent 24875bc commit e851db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

demo()
async function demo () {
await cmp = VIMReact.createVimComponent(
const cmp = await VIMReact.createVimComponent(
undefined,
VIMReact.getLocalSettings(),
VIMReact.VIM.getViewerSettingsFromUrl(window.location.search)
Expand Down

0 comments on commit e851db7

Please sign in to comment.