Skip to content

Commit 44cb338

Browse files
committed
Improve grammar in comments
1 parent 103312e commit 44cb338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NumericDisplay/NumericDisplay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const NumericDisplay = (
66
{ value }, //display numeric values
77
) => (
88
<div className={styles.NumericDisplay} data-testid="NumericDisplay">
9-
{/*display numeric values with styles*/}
9+
{/*display numeric values with specified styles*/}
1010
{value}
1111
{/*bold the numeric value*/}
1212
</div>

0 commit comments

Comments
 (0)