diff --git a/packages/react-dev-utils/getPublicUrlOrPath.js b/packages/react-dev-utils/getPublicUrlOrPath.js index dbb7cda5aa2..a8d6e46b930 100644 --- a/packages/react-dev-utils/getPublicUrlOrPath.js +++ b/packages/react-dev-utils/getPublicUrlOrPath.js @@ -13,7 +13,7 @@ module.exports = getPublicUrlOrPath; /** * Returns a URL or a path with slash at the end - * In production can be URL, abolute path, relative path + * In production can be URL, absolute path, relative path * In development always will be an absolute path * In development can use `path` module functions for operations *