Skip to content

Commit 33961fa

Browse files
authored
README: Fix typo in app.js snippet
1 parent bab4ea5 commit 33961fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ addressing a single deprecation at a time, and prevents backsliding
6969
// use:
7070
// import './deprecation-workflow.js';
7171
if (macroCondition(isDevelopingApp())) {
72-
importSync('./deprecation-workflow.js'),
72+
importSync('./deprecation-workflow.js');
7373
}
7474
```
7575

0 commit comments

Comments
 (0)