Skip to content

Commit 71aeb90

Browse files
authored
Merge pull request #233 from Turbo87/patch-1
README: Fix typo in `app.js` snippet
2 parents bab4ea5 + 33961fa commit 71aeb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)