From a01e6d920d024fad91311bd968d6bcfd01988742 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 1 Mar 2021 10:20:11 +0100 Subject: [PATCH] chore: fix typos Signed-off-by: Johan Haals --- docs/features/software-templates/writing-templates.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/features/software-templates/writing-templates.md b/docs/features/software-templates/writing-templates.md index e7abd002e4..d9dbb67ab2 100644 --- a/docs/features/software-templates/writing-templates.md +++ b/docs/features/software-templates/writing-templates.md @@ -205,11 +205,11 @@ spec: So in order to make working with repository providers easier, we've built a custom picker that can be used by overriding the `ui:field` option in the -`uiSchema` for a `string` field. Instead of displaing a text input block it will -render our custom component that we've built which makes it easy to select a -repository provider, and insert a project or owner, and repository name. +`uiSchema` for a `string` field. Instead of displaying a text input block it +will render our custom component that we've built which makes it easy to select +a repository provider, and insert a project or owner, and repository name. -You can see it in the above full example which is a seperate step and it looks a +You can see it in the above full example which is a separate step and it looks a little like this: ```yaml