diff --git a/examples/panda-css/README.md b/examples/panda-css/README.md index aa48480db20ea..8c2753e870313 100644 --- a/examples/panda-css/README.md +++ b/examples/panda-css/README.md @@ -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 diff --git a/examples/with-docker-compose/docker-compose.dev.yml b/examples/with-docker-compose/docker-compose.dev.yml index 1dd01ce48253d..2e5c0234c6d71 100644 --- a/examples/with-docker-compose/docker-compose.dev.yml +++ b/examples/with-docker-compose/docker-compose.dev.yml @@ -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: diff --git a/test/e2e/app-dir/app-prefetch-false-loading/app-prefetch-false-loading.test.ts b/test/e2e/app-dir/app-prefetch-false-loading/app-prefetch-false-loading.test.ts index 49c31f54a5f23..b5a2c5ed7e5d1 100644 --- a/test/e2e/app-dir/app-prefetch-false-loading/app-prefetch-false-loading.test.ts +++ b/test/e2e/app-dir/app-prefetch-false-loading/app-prefetch-false-loading.test.ts @@ -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...')