Sfoglia il codice sorgente

docs: fix typo on homepage of developer docs (#7047)

Alberto Torrigiotti 1 anno fa
parent
commit
7d2b6f3374
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      dev-docs/src/components/Homepage/index.js

+ 1 - 1
dev-docs/src/components/Homepage/index.js

@@ -15,7 +15,7 @@ const FeatureList = [
     Svg: require("@site/static/img/undraw_blank_canvas.svg").default,
     Svg: require("@site/static/img/undraw_blank_canvas.svg").default,
     description: (
     description: (
       <>
       <>
-        Want to build your own app powered by Excalidraw by don't know where to
+        Want to build your own app powered by Excalidraw but don't know where to
         start?
         start?
       </>
       </>
     ),
     ),