From eecb79b7b6d72dfc9098f36e6dad2e84da5c9052 Mon Sep 17 00:00:00 2001 From: Deniz Susman Date: Wed, 5 Aug 2020 20:40:25 +0300 Subject: [PATCH] Typo fix --- packages/react-dev-utils/getPublicUrlOrPath.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *