Skip to content

Commit 89763c3

Browse files
Merge pull request #23 from akx/ouput-typo
Fix "ouput" -> "output"
2 parents 4f68f32 + d4e1436 commit 89763c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Repl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Repl extends Component {
1313
state = {
1414
optionsCode: terserOptions,
1515
code: '// write or paste code here\n\n',
16-
minified: "// terser's ouput will be shown here",
16+
minified: "// terser's output will be shown here",
1717
terserOptions: evalOptions(),
1818
rawSize: 0,
1919
minifiedSize: 0

0 commit comments

Comments
 (0)