This is an automated email from the ASF dual-hosted git repository.

linkinstar pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git

commit cdfe6fead40be29d007ba91f4d5c1a0deeefb397
Author: findmyhappy <[email protected]>
AuthorDate: Wed Apr 24 14:28:48 2024 +0800

    chore: fix some typos
    
    Signed-off-by: findmyhappy <[email protected]>
---
 charts/values.yaml                      | 2 +-
 ui/src/components/Editor/utils/index.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/charts/values.yaml b/charts/values.yaml
index c7a9c20d..8bb36c46 100644
--- a/charts/values.yaml
+++ b/charts/values.yaml
@@ -35,7 +35,7 @@ env:
     # [DEBUG INFO WARN ERROR]
     value: "INFO"
   # uncomment the below values to use AUTO_INSTALL and not have to go through 
the setup process.
-  # Once used to do the initial setup, these variables wont be used moving 
forward.
+  # Once used to do the initial setup, these variables won't be used moving 
forward.
   # You must at a minimum comment AUTO_INSTALL after initial setup to prevent 
an error about the database already being initiated.
   # - name: AUTO_INSTALL
   #   value: "true"
diff --git a/ui/src/components/Editor/utils/index.ts 
b/ui/src/components/Editor/utils/index.ts
index e39e3e91..d380620b 100644
--- a/ui/src/components/Editor/utils/index.ts
+++ b/ui/src/components/Editor/utils/index.ts
@@ -58,7 +58,7 @@ export function htmlRender(el: HTMLElement | null) {
     div.appendChild(table);
   });
 
-  // add rel nofollow for link not inlcludes domain
+  // add rel nofollow for link not includes domain
   el.querySelectorAll('a').forEach((a) => {
     const base = window.location.origin;
     const targetUrl = new URL(a.href, base);

Reply via email to