From 4dcca71d625eb4d8a7e6866a90e3414789a78345 Mon Sep 17 00:00:00 2001 From: victoria Date: Wed, 9 Oct 2024 00:11:31 +0200 Subject: [PATCH] update guide (#1614) Co-authored-by: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com> --- styleguides/SSO.STYLEGUIDE.MD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/styleguides/SSO.STYLEGUIDE.MD b/styleguides/SSO.STYLEGUIDE.MD index 9b58383c9e..2fe6bee13d 100644 --- a/styleguides/SSO.STYLEGUIDE.MD +++ b/styleguides/SSO.STYLEGUIDE.MD @@ -163,3 +163,37 @@ In the panel that appears ## Application vs. app Use "application" for the first instance where it's used, and then use "app" for the rest of the guide. + +## Page vs. Tab + +Assume users are opening windows versus browser tabs. Use active voice, e.g. "keep" instead of "leave". + +### Do + +```mdx +Keep the page open. +``` + +### Don't + +```mdx +Leave the page open. +``` + +```mdx +Leave the tab open. +``` + +## Complete vs. Fill out + +### Do + +```mdx +Complete the form as follows +``` + +### Don't + +```mdx +Fill out the form as follows +```