diff --git a/src/browser/components/zen-welcome/IMPORTANT.md b/src/browser/components/zen-welcome/IMPORTANT.md index 8d2481338..8dc6bb9e9 100644 --- a/src/browser/components/zen-welcome/IMPORTANT.md +++ b/src/browser/components/zen-welcome/IMPORTANT.md @@ -1,6 +1,6 @@ # Important notes! -Inside browser.js, we hardcoded-ly detect the path name for `zen-welcome` so we can add special attributes to the welcom page. If this path name changes, the welcome page will not work properly. +Inside browser.js, we hardcoded-ly detect the path name for `zen-welcome` so we can add special attributes to the welcome page. If this path name changes, the welcome page will not work properly. Make sure to update the path name in browser.js if you change the path name of `zen-welcome`.