Skip to content

Commit ea1a25f

Browse files
committed
fix: update comment
1 parent 197f711 commit ea1a25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/one-page/scripts/one-page.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const USE_LOCAL = false;
4040
// Import Map
4141
// ================================================================================================
4242
const importUrl = (k, v, extra = '') => {
43-
// Pin react and react-dom
43+
// Pin react and react-dom.
4444
if (k === 'react' || k === 'react-dom') {
4545
v = reactVersion;
4646
}

0 commit comments

Comments
 (0)