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.