Skip to content

Commit

Permalink
Fix the world's most minor typo (txs -> tsx) (#7658)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlQLange authored and jtoar committed Feb 22, 2023
1 parent feb4a69 commit 9fac50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial/chapter6/the-redwood-way.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default {
</TabItem>
<TabItem value="ts" label="TypeScript">

```tsx title="web/src/components/Comment/Comment.stories.txs"
```tsx title="web/src/components/Comment/Comment.stories.tsx"
import Comment from './Comment'

export const generated = () => {
Expand Down

0 comments on commit 9fac50d

Please sign in to comment.