Skip to content

Commit ff16984

Browse files
authored
refactor: fix typos in a comment (#3437)
* Fix typos in a comment * Add a comma
1 parent 2ddcd9c commit ff16984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cards/stats-card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const createTextNode = ({
7676
};
7777

7878
/**
79-
* Calculates progress along the boundary of the circle i.e it's circumference.
79+
* Calculates progress along the boundary of the circle, i.e. its circumference.
8080
*
8181
* @param {number} value The rank value to calculate progress for.
8282
* @returns {number} Progress value.

0 commit comments

Comments
 (0)