diff options
| -rw-r--r-- | docs/src/pages/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index f96879dd..cd983759 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -44,7 +44,7 @@ export default function Home() { <img src="/img/screenshot.png" className="col col--8" /> <div className="col col--4"> <p>Atuin is a command-line tool that enables you to make better use of your shell, by giving ctrl-r superpowers.</p> - <p>Every line you write is stored - ready to be queried and ran again at any point, from any machine you wish. Never forget again!</p> + <p>Every line you write is stored - ready to be queried and run again at any point, from any machine you wish. Never forget again!</p> <p>Sync your history between all of your machines, and search it from anywhere</p> </div> </div> |
