Merge pull request #12205 from adamdmharvey/adamdmharvey/doco-typos

chore(docs): Minor doc fixes
This commit is contained in:
Ben Lambert
2022-06-22 09:31:17 +02:00
committed by GitHub
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -223,8 +223,7 @@ For more information, see our
No, this is not a service offering. We build the piece of software, and someone
in your infrastructure team is responsible for
[deploying](https://backstage.io/docs/getting-started/deployment-k8s) and
maintaining it.
[deploying](https://backstage.io/docs/deployment) and maintaining it.
### How secure is Backstage?
+1 -1
View File
@@ -28,7 +28,7 @@ the code.
sub-folder which is used for a markdown spellchecker.
- [`.yarn/`](https://github.com/backstage/backstage/tree/master/.yarn) -
Backstage ships with it's own `yarn` implementation. This allows us to have
Backstage ships with its own `yarn` implementation. This allows us to have
better control over our `yarn.lock` file and hopefully avoid problems due to
yarn versioning differences.