changes code examples in the tutorial to align with the currently generated file
This commit is contained in:
parent
98dcb5301b
commit
ba4b77cb42
4 changed files with 47 additions and 15 deletions
|
@ -7,7 +7,8 @@ Time to turn our attention to the draft method of our part.
|
|||
Inside our `design/src/bib.js` file, this is what it currently looks like:
|
||||
|
||||
```design/src/bib.mjs
|
||||
function draftBib({ part }) {
|
||||
function draftBib({ part
|
||||
}) {
|
||||
|
||||
return part
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue