File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ import UseCase from "../components/UseCase"
5
5
const Index = ( props ) => {
6
6
return < UseCase
7
7
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"
10
10
image = "gifs/projects.gif"
11
11
id = "projects"
12
12
>
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 >
14
14
</ UseCase > ;
15
15
} ;
16
16
You can’t perform that action at this time.
0 commit comments