1
0
Fork 0

Minor updates to pattern design tutorial for clarity and consistency

This commit is contained in:
Natalia Sayang 2024-03-12 02:02:06 +00:00
parent d4919040c2
commit 6a000fd365
6 changed files with 34 additions and 33 deletions

View file

@ -32,9 +32,7 @@ function draftBib({ part }) => {
export const bib = {
name: 'fromscratch.bib',
draft: draftBib,
// highlight-start
measurements: [ 'head' ],
// highlight-end
}
```