Skip to content

Commit

Permalink
update guide (#1614)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Aguilar <[email protected]>
  • Loading branch information
victoriaxyz and alexisintech authored Oct 8, 2024
1 parent 61ad54d commit 4dcca71
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions styleguides/SSO.STYLEGUIDE.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 4dcca71

Please sign in to comment.