Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0ad152a

Browse files
authored
fix typo
1 parent dfeaeb3 commit 0ad152a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Promise.all([
2929
// dang huge (> 40Mb). In the meantime the textarea that is holding the place
3030
// of the actual functional one is just going to display "Loading...".
3131
import("./createRuby").then(({ default: createRuby }) => createRuby())
32-
]).then(([editor, mermaid, ruby]) => {
32+
]).then(async ([editor, mermaid, ruby]) => {
3333
// First, grab a reference to the output element so that we can update it.
3434
// Then, set it initially to the output represented by the source.
3535
const output = document.getElementById("output");

0 commit comments

Comments
 (0)