Merge pull request #5631 from backstage/orkohunter/docs/microsite

microsite: Fix typo in Kubernetes section
This commit is contained in:
Ben Lambert
2021-05-10 16:34:50 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ Which will look something like the following in the repo;
```
Awesome commit message
Signed-off-by: Jane Smith jane.smith@example.com
Signed-off-by: Jane Smith <jane.smith@example.com>
```
- In case you forgot to add it to the most recent commit, use `git commit --amend --signoff`
+1 -1
View File
@@ -431,7 +431,7 @@ class Index extends React.Component {
<Block.SmallTitle small>Pick a cloud, any cloud</Block.SmallTitle>
<Block.Paragraph>
Since Backstage uses the Kubernetes API, it's cloud agnostic —
so it works no matter which cloud provide or managed Kubernetes
so it works no matter which cloud provider or managed Kubernetes
service you use, and even works in multi-cloud orgs
</Block.Paragraph>
</Block.TextBox>