mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-18 17:42:23 +03:00
Fix spelling errors in WebServer source (#9146)
This commit is contained in:
@@ -120,7 +120,7 @@ The **serveStatic** plug in is part of the library and handles delivering files
|
||||
> ```
|
||||
|
||||
|
||||
### Cross-Origin Ressource Sharing (CORS)
|
||||
### Cross-Origin Resource Sharing (CORS)
|
||||
|
||||
The `enableCORS(true)` function adds a `Access-Control-Allow-Origin: *` http-header to all responses to the client
|
||||
to inform that it is allowed to call URLs and services on this server from other web sites.
|
||||
|
Reference in New Issue
Block a user