From c76502dc9372f88f6de1e20474da0286fd5dfa11 Mon Sep 17 00:00:00 2001 From: Francisco Ribas Date: Mon, 12 Jul 2021 11:19:09 -0300 Subject: [PATCH] Update docs/features/software-templates/writing-templates.md Spelling fix Co-authored-by: Andrea Falzetti Signed-off-by: chicoribas --- docs/features/software-templates/writing-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/writing-templates.md b/docs/features/software-templates/writing-templates.md index 0246a0bfe3..cf13c4ed19 100644 --- a/docs/features/software-templates/writing-templates.md +++ b/docs/features/software-templates/writing-templates.md @@ -230,7 +230,7 @@ spec: #### Hide or mask sensitive data on Review step Sometimes, specially in custom fields, you collect some data on Create form that -must note be shown to the user on Review step. To hide or mask this data, you +must not be shown to the user on Review step. To hide or mask this data, you can use `ui:widget: password` or set some properties of `ui:backstage`: ```yaml