From 864b58b11dca28893641c3aae34f72fbe5fb50ac Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 24 May 2023 23:21:54 -0400 Subject: [PATCH] chore: Fix trailing punctuation Signed-off-by: Adam Harvey --- docs/features/techdocs/how-to-guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/techdocs/how-to-guides.md b/docs/features/techdocs/how-to-guides.md index 36e53f20b5..8bfd885b93 100644 --- a/docs/features/techdocs/how-to-guides.md +++ b/docs/features/techdocs/how-to-guides.md @@ -514,7 +514,7 @@ HTML and prevent XSS attacks. It's possible to allow some iframes based on a list of allowed hosts. To do this, add the allowed hosts in the `techdocs.sanitizer.allowedIframeHosts` -configuration of your `app-config.yaml` +configuration of your `app-config.yaml`. For example: