Skip to content

Commit

Permalink
refactor: fix typos in a comment (#3437)
Browse files Browse the repository at this point in the history
* Fix typos in a comment

* Add a comma
  • Loading branch information
Wertzui123 committed Nov 1, 2023
1 parent 2ddcd9c commit ff16984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cards/stats-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const createTextNode = ({
};

/**
* Calculates progress along the boundary of the circle i.e it's circumference.
* Calculates progress along the boundary of the circle, i.e. its circumference.
*
* @param {number} value The rank value to calculate progress for.
* @returns {number} Progress value.
Expand Down

0 comments on commit ff16984

Please sign in to comment.