You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zk...@apache.org on 2022/09/15 15:22:46 UTC

[incubator-devlake-website] branch main updated: fix: fixed homepage typo

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

zky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new c239ff5e5 fix: fixed homepage typo
c239ff5e5 is described below

commit c239ff5e505050289766a84ac8a744e62d9d991f
Author: yumengwang03 <yu...@merico.dev>
AuthorDate: Thu Sep 15 22:36:36 2022 +0800

    fix: fixed homepage typo
---
 src/components/Sections/WhyDevlake.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/Sections/WhyDevlake.tsx b/src/components/Sections/WhyDevlake.tsx
index c31a0281b..8b49ac83e 100644
--- a/src/components/Sections/WhyDevlake.tsx
+++ b/src/components/Sections/WhyDevlake.tsx
@@ -46,7 +46,7 @@ function Supports() {
       </div>
       <div className="text-label18 font-inter text-neutral-500 mt-6
         sm:text-label16 sm:mt-4">
-        <C.InlineLink link="https://devlake.apache.org/docs/Overview/Roadmap">More data sources</C.InlineLink> comming soon...
+        <C.InlineLink link="https://devlake.apache.org/docs/Overview/Roadmap">More data sources</C.InlineLink> coming soon...
       </div>
     </div>
   )