fix: use "its" rather than "it's" when appropriate

Use "its" for the possessive, rather than "it's" (contraction of for "it is").
This commit is contained in:
Andrew Petro
2020-02-10 15:35:15 -06:00
committed by Kamran Ahmed
parent 79afd0a6a8
commit fdf3fd050b
3 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ const getGuideRoutes = () => {
};
/**
* Generates routes for each of the roadmap and it's respective versions
* Generates routes for each of the roadmap and its respective versions
* @returns {*}
*/
const getRoadmapRoutes = () => {