Skip to content

Commit a2a1989

Browse files
authored
Merge pull request #3588 from guymelef/patch-4
fix typo
2 parents e5b7c7f + e6d5460 commit a2a1989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/9/en/part9d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ const App = () => {
356356
357357
Note that we have now added the attribute *kind* with a proper value to each element of the array.
358358
359-
Our editor will automatically warn us if we use the wrong type for an attribute, use an extra attribute, or forget to set an expected attribute. If we eg. try to add the following to the array
359+
Our editor will automatically warn us if we use the wrong type for an attribute, use an extra attribute, or forget to set an expected attribute. If we e.g. try to add the following to the array
360360
361361
```js
362362
{

0 commit comments

Comments
 (0)