Skip to content

Commit b6df480

Browse files
Correct English
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
1 parent af8976d commit b6df480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/integrations/netlify/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Netlify Edge Functions provide a [context object](https://docs.netlify.com/edge-
9898

9999
To expose values from this context to your site, create a `netlify-edge-middleware.ts` (or `.js`) file in your project’s [source directory](https://docs.astro.build/en/reference/configuration-reference/#srcdir). This file must export a function that returns the data to add to [Astro’s `locals` object](https://docs.astro.build/en/guides/middleware/#locals), which is available in middleware and Astro routes.
100100

101-
In this example, `visitorCountry` and `hasEdgeMiddleware` would both be added to the Astro’s `locals` object:
101+
In this example, `visitorCountry` and `hasEdgeMiddleware` would both be added to Astro’s `locals` object:
102102

103103
```ts
104104
// src/netlify-edge-middleware.ts

0 commit comments

Comments
 (0)