website: Fix participle "be ran" -> "be run" (#939)

This commit is contained in:
Niklas Hambüchen 2023-05-08 15:18:42 +02:00 committed by GitHub
parent fab5412e84
commit 89eecc99ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>