From 61c58b1296e7a2b738cf86aced0e1fcec1c2a43a Mon Sep 17 00:00:00 2001 From: worktheclock <85885287+worktheclock@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:27:59 +0200 Subject: [PATCH] Fixed UI Element example tag --- DocsDevREADME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DocsDevREADME.md b/DocsDevREADME.md index 285d79f49f..533ea957de 100644 --- a/DocsDevREADME.md +++ b/DocsDevREADME.md @@ -40,7 +40,7 @@ Here are some guidelines to follow when writing documentation (everything under ## Docs - Don't use complex breadcrumbs styling in docs. Use `->`. Use the [Breadcrumb](astro/src/components/Breadcrumb.astro) component. Breadcrumbs should look like this `foo -> bar -> baz`. - If you are referencing a field in a form or JSON API doc, use the [InlineField](astro/src/components/InlineField.astro) component: `Issuer`. -- If you are referencing a UI element or button, use the [InlineUIElement](astro/src/components/InlineUIElement.astro) component: `Click the Ok button`. +- If you are referencing a UI element or button, use the [InlineUIElement](astro/src/components/InlineUIElement.astro) component: `Click the Ok button`. - If you are referencing a tab in the UI, use the [Breadcrumb](astro/src/components/Breadcrumb.astro) component: `On the OAuth tab`. - When you have a list of values, use this phrase to prefix it: "The possible values are:" - When using images that are cropped, add `top-cropped` and/or `bottom-cropped` roles as appropriate. Use `box-shadow` only when an image isn't captured in the manner documented below. It's used only when we have screenshots of things that do not have a box shadow and are all white and blend in too much with our white background. No other image classes are needed when creating documentation.