rev file name extension in comment: .js -> .jsx

This commit is contained in:
Michael Bradley, Jr 2018-10-04 18:46:23 -05:00
parent edf9105098
commit 77f0f12519
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import EmbarkJS from 'Embark/EmbarkJS';
import {Greeter} from './greet';
// remove the .disabled extension from app/js/babel-demos.js and uncomment the
// remove the .disabled extension from app/js/babel-demos.jsx and uncomment the
// line below to enable some demos of webpack/babel features included with
// Embark, but first see the package installation instructions in that file