From bc5408716157486d15f24485520d63f5f2cad235 Mon Sep 17 00:00:00 2001 From: Equinoxx <89617359+Equinoxx4978@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:34:12 +1100 Subject: [PATCH] Fixed typo in IMPORTANT.md Fixed minor typo Signed-off-by: Equinoxx <89617359+Equinoxx4978@users.noreply.github.com> --- src/browser/components/zen-welcome/IMPORTANT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.