Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Lefebvre <[email protected]>
  • Loading branch information
alexanderniebuhr and florian-lefebvre authored Sep 16, 2023
1 parent 6a0943f commit 4279527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/cloudflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ This optional flag enables the Astro dev server to populate environment variable

```js
// astro.config.mjs
import { defineConfig } from 'astro/config;'
import { defineConfig } from 'astro/config';
import cloudflare from '@astrojs/cloudflare';

export default defineConfig({
Expand Down

0 comments on commit 4279527

Please sign in to comment.