Skip to content

Commit 86de836

Browse files
committed
add closing parentheses to example in README
1 parent f8bb965 commit 86de836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Hash-based configuration allows for fine-grained control.
291291

292292
```ruby
293293
config.cookies = {
294-
secure: { except: ['_guest'], # mark all but the `_guest` cookie as Secure
294+
secure: { except: ['_guest'] }, # mark all but the `_guest` cookie as Secure
295295
httponly: { only: ['_rails_session'] }, # only mark the `_rails_session` cookie as HttpOnly
296296
}
297297
```

0 commit comments

Comments
 (0)