Skip to content

Commit

Permalink
chore(docs): Fix little typo (#20145)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored and pieh committed Dec 16, 2019
1 parent bc6e97f commit 0ebe2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/themes/shadowing.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The theme's `bio.css` file would then be replaced with your new CSS file.

As long as the theme author imports components/files without the file extension, users are able to shadow these with other types of files. For example the theme author created a TypeScript file at `src/components/bio.tsx` and uses it in another file:

```js:title=src/components/header.js
```js:title=src/components/header.tsx
import Bio from "./bio"

/* Rest of the code */
Expand Down

0 comments on commit 0ebe2b4

Please sign in to comment.