Skip to content

Commit 3f1da6d

Browse files
fix: fix typo
1 parent 55baf97 commit 3f1da6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/advanced/language-injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const Button = styled.button`
145145
border-radius: 3px;
146146
`
147147
148-
exporrt default function App() {
148+
export default function App() {
149149
return <Button>Click Me</Button>
150150
}
151151
```

0 commit comments

Comments
 (0)