Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 4b74828

Browse files
NGTmeatymichaeljqzq
authored andcommitted
Fix spelling mistake
1 parent 42e9270 commit 4b74828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/console/console.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Console from 'react-console-component';
33
import 'react-console-component/main.css';
44
import './console.css';
55

6-
const welcomeMessage = 'Type `npm start` to run your app.\nWe don\'t support stop the app, so you may need referesh the page to kill your thread.\nWe keep your changes to the editor even you referesh the page. You can click the \'reset\' to reset the code';
6+
const welcomeMessage = 'Type `npm start` to run your app.\nWe don\'t support stop the app, so you may need refresh the page to kill your thread.\nWe keep your changes to the editor even you refresh the page. You can click the \'reset\' to reset the code';
77

88
class MyConsole extends Component {
99
constructor(props) {

0 commit comments

Comments
 (0)