aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/pages
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2023-05-08 15:18:42 +0200
committerGitHub <noreply@github.com>2023-05-08 13:18:42 +0000
commit89eecc99eadea6673f83d6bc4bba9ba8d94f67fa (patch)
treecf8e12040d24945153c5159a0e215914ef43ec64 /docs/src/pages
parentCorrect typos in website (#946) (diff)
downloadatuin-89eecc99eadea6673f83d6bc4bba9ba8d94f67fa.zip
website: Fix participle "be ran" -> "be run" (#939)
Diffstat (limited to '')
-rw-r--r--docs/src/pages/index.js2
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>