Skip to content

Commit e46b73b

Browse files
authored
Some typos & rewording on the single-module projects use case page (#1089)
PR raised via github so I reviewed a single page, but I needed to scratch that itch
1 parent ae13ae6 commit e46b73b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/src/pages/projects.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import UseCase from "../components/UseCase"
55
const Index = (props) => {
66
return <UseCase
77
title="Single-module projects with Scala CLI"
8-
description="Page describing why Scala CLI is good for maintainig a single-module projects."
9-
headline="Fight with your bugs not with with you buildtool"
8+
description="Page describing why Scala CLI is good for maintaining single-module projects."
9+
headline="Fight with your bugs, not with your buildtool"
1010
image="gifs/projects.gif"
1111
id="projects"
1212
>
13-
<p>Scala CLI provides all tools to maintain with easy single module projects like cli apps or single microservice.</p>
13+
<p>Scala CLI provides all the functionality to easily maintain single module projects like cli apps or simple microservices.</p>
1414
</UseCase>;
1515
};
1616

0 commit comments

Comments
 (0)