diff options
author | sudoforge <no-reply@sudoforge.com> | 2024-07-18 21:35:15 -0700 |
---|---|---|
committer | sudoforge <9c001b67637a@sudoforge.com> | 2024-07-20 07:44:23 -0700 |
commit | 76de669db1eeb3c6a5e6f5be956b3fda0eee3ae4 (patch) | |
tree | dd31343d5d50eed8c85defcd7dbe1685393e58a3 | |
parent | 8b6439e42cd24b9c1402eb5f34ba0c33a0072c95 (diff) | |
download | git-bug-76de669db1eeb3c6a5e6f5be956b3fda0eee3ae4.tar.gz |
fix: correct typo: acceps => accepts
-rw-r--r-- | webui/src/components/Header/Header.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/components/Header/Header.tsx b/webui/src/components/Header/Header.tsx index 0bbbe3bb..5c03a5ec 100644 --- a/webui/src/components/Header/Header.tsx +++ b/webui/src/components/Header/Header.tsx @@ -51,7 +51,7 @@ const DisabledTabWithTooltip = (props: TabProps) => { * See: https://material-ui.com/components/tooltips/#disabled-elements * This must be done in a wrapper component, otherwise the TabS component * cannot pass it styles down to the Tab component. Resulting in (console) - * warnings. This wrapper acceps the passed down TabProps and pass it around + * warnings. This wrapper accepts the passed down TabProps and pass it around * the span element to the Tab component. */ const msg = `This feature doesn't exist yet. Come help us build it.`; |