Skip to content

Commit

Permalink
chore: fix some typos
Browse files Browse the repository at this point in the history
Signed-off-by: findmyhappy <findhappy@sohu.com>
  • Loading branch information
findmyhappy authored and LinkinStars committed Apr 24, 2024
1 parent 8e6e929 commit 8670e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/values.yaml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/Editor/utils/index.ts
Expand Up @@ -127,7 +127,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);
Expand Down

0 comments on commit 8670e33

Please sign in to comment.