Skip to content

Commit

Permalink
a vs the
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jan 25, 2024
1 parent 29e5758 commit 8e19a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`${siteConfig.title}, the simple build tool`}
description="sbt is the interactive build tool for Scala, Java, and more. Define your tasks in Scala. Run them in parallel from the interactive shell.">
title={`${siteConfig.title}, a simple build tool`}
description="sbt is a simple build tool for Scala, Java, and more. Define your tasks in Scala. Run them in parallel from the interactive shell.">
<Head>
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png"></link>
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon-96x96.png"></link>
Expand Down

0 comments on commit 8e19a61

Please sign in to comment.