Skip to content

Commit

Permalink
chore: Fix multiple typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-syn committed Jan 11, 2024
1 parent 8d12953 commit 600ae40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/panda-css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This example contains a simple implementation of [Panda CSS](https://panda-css.c

- [Atomic Recipe (CVA)](https://panda-css.com/docs/concepts/recipes#atomic-recipe-or-cva) Create multi-variant atomic styles with a type-safe runtime API.
- [Atomic Style](https://panda-css.com/docs/concepts/writing-styles#atomic-styles) Type-safe reusable atoms with small CSS footprint.
- [Config Recipe](https://panda-css.com/docs/concepts/recipes#config-recipe) Resuable recipes extracted and generated just-in-time.
- [Config Recipe](https://panda-css.com/docs/concepts/recipes#config-recipe) Reusable recipes extracted and generated just-in-time.
- [Text Styles](https://panda-css.com/docs/theming/text-styles#defining-text-styles) Global text styles for consistent and legible typography.

## Deploy your own
Expand Down
2 changes: 1 addition & 1 deletion examples/with-docker-compose/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
ENV_VARIABLE: ${ENV_VARIABLE}
NEXT_PUBLIC_ENV_VARIABLE: ${NEXT_PUBLIC_ENV_VARIABLE}

# Set envrionment variables based on the .env file
# Set environment variables based on the .env file
env_file:
- .env
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ createNextDescribe(
files: __dirname,
},
({ next }) => {
it('should render loading for the inital render', async () => {
it('should render loading for the initial render', async () => {
const $ = await next.render$('/en/testing')

expect($('#loading').text()).toBe('Loading...')
Expand Down

0 comments on commit 600ae40

Please sign in to comment.