docs: fix template typos

Signed-off-by: Vladimir Masarik <vladimir.masarik@ef.com>
This commit is contained in:
Vladimir Masarik
2022-06-17 16:01:37 +02:00
parent a6321c9b9f
commit e81be86682
2 changed files with 2 additions and 2 deletions
@@ -90,7 +90,7 @@ for use by the scaffolder.
> Otherwise, Backstage won't display the template in the available templates,
> or it will keep showing the old template. You can refresh the location instance by
> going into `Catalog` web page, choosing `Locations` instead of `Components`, and selecting the correct location entity.
> From there, you can click on the refresh icon representing "Sheduled entity refresh" action.
> From there, you can click on the refresh icon representing "Scheduled entity refresh" action.
> Afterwards, you should see your template updated.
You can add the template files to the catalog through
@@ -534,7 +534,7 @@ spec:
```
Afterwards, if you are using the builtin templating action, you can start using
the variables in your code. You can use also any other templating fuctions from
the variables in your code. You can use also any other templating functions from
[Nunjucks](https://mozilla.github.io/nunjucks/templating.html#tags) as well.
```bash