Skip to content

Commit

Permalink
fix(site): fixed typo
Browse files Browse the repository at this point in the history
- Added a fix to the core configuration page, correcting:
  "The you'll just want to bring along any fonts..." -> "Then you'll just want to bring along any fonts..."
  • Loading branch information
MichaelKilbane committed Nov 5, 2022
1 parent dde6735 commit d10150d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/data/docs/core/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default appConfig

---

Another quick start that gives a bit more customization is using `@tamagui/shorthands` for our preset shorthands, and `@tamagui/theme-base` for the same themes and tokens used for this site. The you'll just want to bring along any fonts, media queries, and animations you need.
Another quick start that gives a bit more customization is using `@tamagui/shorthands` for our preset shorthands, and `@tamagui/theme-base` for the same themes and tokens used for this site. Then you'll just want to bring along any fonts, media queries, and animations you need.

```tsx
import { createTamagui } from '@tamagui/core'
Expand Down

0 comments on commit d10150d

Please sign in to comment.