Skip to content

Commit

Permalink
Update 03-css-in-js.mdx : fix typo (vercel#60114)
Browse files Browse the repository at this point in the history
Fix a small typo of a missing space

Co-authored-by: Sam Ko <sam@vercel.com>
  • Loading branch information
2 people authored and agustints committed Jan 6, 2024
1 parent 3b34ce3 commit bdc340b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export default function RootLayout({ children }) {

</details>

It's possible to use any existing CSS-in-JS solution.The simplest one is inline styles:
It's possible to use any existing CSS-in-JS solution. The simplest one is inline styles:

```jsx
function HiThere() {
Expand Down

0 comments on commit bdc340b

Please sign in to comment.