Skip to content

Commit

Permalink
Merge pull request #17179 from newrelic/sd-fix-dollar-signs
Browse files Browse the repository at this point in the history
fix(style guide): fixing dollar signs
  • Loading branch information
homelessbirds committed May 2, 2024
2 parents 575fc13 + 3f3b81a commit 5099eca
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 5099eca

Please sign in to comment.