Skip to content

Commit

Permalink
chore(docs): Minor Typo In Tutorial - Theme-UI Directive (#26870)
Browse files Browse the repository at this point in the history
Super minor typo, spotted when running through the tutorial
  • Loading branch information
Andrew committed Sep 14, 2020
1 parent 60fdd22 commit 4bfe331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/building-a-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ yarn workspace site develop

![Theme UI changes starting to take effect on the site. For example, the header is now purple.](./images/building-a-theme-theme-ui-changes.png)

To continue applying theme styles, you can use the `Style` import from Theme UI. For example, in the `event-list.js` component, change the `<h1>`, `<ul>` and `<li>` elements to reference their themed styles:
To continue applying theme styles, you can use the `Styled` import from Theme UI. For example, in the `event-list.js` component, change the `<h1>`, `<ul>` and `<li>` elements to reference their themed styles:

```jsx:title=gatsby-theme-events/src/components/event-list.js
import React from "react"
Expand Down

0 comments on commit 4bfe331

Please sign in to comment.