Skip to content

Commit c69da46

Browse files
minor documentation fixes (#83)
Signed-off-by: Gregg Ellis Schofield <schofieldgregg@gmail.com>
1 parent 2b732e8 commit c69da46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

data/home.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ why_score:
1010
sections:
1111
- from:
1212
title: Cognitive load
13-
text: Developers are forced to become experts in a variety of tech and tools, just do deploy a simple change to their apps.
13+
text: Developers are forced to become experts in a variety of tech and tools, just to deploy a simple change to their apps.
1414
icon: svg/icon-cognitive.svg
1515
to:
1616
title: Features over Ops
@@ -22,7 +22,7 @@ why_score:
2222
icon: svg/icon-config-drift.svg
2323
to:
2424
title: Local to prod
25-
text: With Score you can easily transition from local to to remote environments. Configs stay consistent, everywhere you deploy.
25+
text: With Score you can easily transition from local to remote environments. Configs stay consistent, everywhere you deploy.
2626
icon: svg/icon-multiple_stop.svg
2727
- from:
2828
title: YAML bloat
@@ -36,7 +36,7 @@ easily_integrates:
3636
title: Easily integrates in your existing workflows
3737
sections:
3838
- title: Extendable and customizable
39-
text: The <span class="highlight-code">score.yaml</span> file can be extended and customised according to your needs. The score spec leaves room for environment specific overrides as well as platform specific extensions that allow to list additional properties or requirements.
39+
text: The <span class="highlight-code">score.yaml</span> file can be extended and customised according to your needs. The score spec leaves room for environment specific overrides as well as platform specific extensions that allow you to list additional properties or requirements.
4040
image: images/home/6374bfdcaeb3b3355842b6bc_score-overrides-16nov22-p-500.png
4141
- title: Declarative by nature
4242
text: Score lets developers define the resources required by their workloads in a declarative way. You declare once that your workload needs to listen on a port to receive requests - and don’t not need to worry where and how the exact port is defined in e.g. a remote Kubernetes environment. By declaring what the workload needs to run, the “how” becomes an environment specific implementation detail that is taken care of by Score.

0 commit comments

Comments
 (0)