From ff169849880e3c2b0d89cc8d95b6542e71fc1906 Mon Sep 17 00:00:00 2001 From: Wertzui123 <46199283+Wertzui123@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:47:03 +0100 Subject: [PATCH] refactor: fix typos in a comment (#3437) * Fix typos in a comment * Add a comma --- src/cards/stats-card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cards/stats-card.js b/src/cards/stats-card.js index 5f57205..b7bc54b 100644 --- a/src/cards/stats-card.js +++ b/src/cards/stats-card.js @@ -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.