Skip to content

Commit

Permalink
fix(style guide): fixing dollar signs
Browse files Browse the repository at this point in the history
  • Loading branch information
homelessbirds committed May 2, 2024
1 parent c73c24a commit 3f3b81a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ If space is too limited, use the following standard abbreviations:

| Do | Don't |
| ----------- | ----------- |
| \$32 | \$32.00 |
| \$32.75 | \--- |
| \$14.99 USD | USD \$14.99 |
| $32 | $32.00 |
| $32.75 | --- |
| $14.99 USD | USD $14.99 |

## Percentages

Expand Down

0 comments on commit 3f3b81a

Please sign in to comment.