Skip to content

Commit 37764da

Browse files
committed
Copy adjunstments
1 parent ca5778d commit 37764da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[![NPM](https://img.shields.io/npm/v/react-super-cmd.svg)](https://www.npmjs.com/package/react-super-cmd) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
77

8-
The command line experience for the no-mouse generation. A blazing fast command line to allow your users to seamlessly interact with your React app.
8+
The command line experience for the no-mouse generation. A blazing fast command line for your users to seamlessly interact with your React app.
99
<br><br>
1010
[Live demo](https://saharmor.github.io/react-super-cmd/)
1111

example/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const App = ({classes}) => {
8888
react-super-cmd <span role="img" aria-label="lightning-emoji"></span>
8989
</Typography>
9090
<Typography align="center" variant="h6">The command line experience for the no-mouse generation.</Typography>
91-
<Typography align="center" variant="h6">A blazing fast command line to allow your users to seamlessly interact with your React app.</Typography>
91+
<Typography align="center" variant="h6">A blazing fast command line for your users to seamlessly interact with your React app.</Typography>
9292
</Grid>
9393
{!lastRunCmd && <Grid item>
9494
<Typography className={classes.ctaText} color="primary" align="center" variant="body1">

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const CommandLineModal = ({
101101
toggleIsModalOpen();
102102
reset();
103103
}
104-
}
104+
}a
105105

106106
function onArrowsPress(direction) {
107107
setIgnoreHover(true);

0 commit comments

Comments
 (0)