chore: fix typos

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-03-01 10:20:11 +01:00
parent 442c2a1ce3
commit a01e6d920d
@@ -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