Skip to content

Commit 404740b

Browse files
Update src/routes/solid-start/guides/security.mdx
Co-authored-by: Sarah <gerrardsarah@gmail.com>
1 parent b2b586c commit 404740b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-start/guides/security.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default createMiddleware({
9999

100100
## CORS (Cross-Origin Resource Sharing)
101101

102-
When you want to allow other applications to access your API endpoints, you can use a middleware to configure the CORS headers:
102+
When other applications need access to API endpoints, a middleware that configures the CORS headers is needed:
103103

104104
```tsx
105105
import { createMiddleware } from "@solidjs/start/middleware";

0 commit comments

Comments
 (0)