We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b586c commit 404740bCopy full SHA for 404740b
src/routes/solid-start/guides/security.mdx
@@ -99,7 +99,7 @@ export default createMiddleware({
99
100
## CORS (Cross-Origin Resource Sharing)
101
102
-When you want to allow other applications to access your API endpoints, you can use a middleware to configure the CORS headers:
+When other applications need access to API endpoints, a middleware that configures the CORS headers is needed:
103
104
```tsx
105
import { createMiddleware } from "@solidjs/start/middleware";
0 commit comments