diff options
Diffstat (limited to 'std/http/cookie.ts')
-rw-r--r-- | std/http/cookie.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/http/cookie.ts b/std/http/cookie.ts index 43cf3f486..521cb6ded 100644 --- a/std/http/cookie.ts +++ b/std/http/cookie.ts @@ -24,7 +24,7 @@ export interface Cookie { path?: string; /** Indicates if the cookie is made using SSL & HTTPS. */ secure?: boolean; - /** Indicates that cookie is not accessible via Javascript. **/ + /** Indicates that cookie is not accessible via JavaScript. **/ httpOnly?: boolean; /** Allows servers to assert that a cookie ought not to * be sent along with cross-site requests. */ |