Skip to content

Commit 7c6559f

Browse files
committed
fix: fix the incorrect jsx comment ending
1 parent 8a19065 commit 7c6559f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/welcome/lib/guide-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @babel */
2-
/** @jsx etch.dom **/
2+
/** @jsx etch.dom */
33

44
import etch from 'etch';
55

packages/welcome/lib/welcome-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @babel */
2-
/** @jsx etch.dom **/
2+
/** @jsx etch.dom */
33

44
import etch from 'etch';
55

0 commit comments

Comments
 (0)