Skip to content

Commit

Permalink
fix: typo (#2708)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoseph authored Jan 21, 2022
1 parent 454065d commit 2b649cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/developing/react-tutorial/step-4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Import `_info.scss` in `app.scss` after all of the `carbon-component` imports.
```

Like our other components, `index.js` will serve as an entrypoint. Since
`Info.js` will export mutliple components, we'll use the `*` wildcard in the
`Info.js` will export multiple components, we'll use the `*` wildcard in the
entrypoint export.

```javascript path=src/components/Info/index.js
Expand Down

1 comment on commit 2b649cc

@vercel
Copy link

@vercel vercel bot commented on 2b649cc Jan 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.