1
0
Fork 0

fix(markdown) Fix typos

This commit is contained in:
Benjamin Fan 2024-01-21 11:16:40 -08:00
parent 78925133f4
commit 4d404dd3cc
57 changed files with 76 additions and 78 deletions

View file

@ -125,7 +125,7 @@ What we want is for our original pattern to be shown as the background of our de
To do so, we needed to take a couple of steps:
- Turn it into SVG: Because FreeSewing patterns are SVG
- Turn it into a JavaSCript file: Because you can't `import` an SVG like that
- Turn it into a JavaScript file: Because you can't `import` an SVG like that
- Give it an `id`: So we can use that to reference it when adding the snippet
- `import` the SVG into our part
- Create a plugin to add it as a snippet