Skip to content

Commit fb3f759

Browse files
committed
Typo
1 parent 46c6070 commit fb3f759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ For example I want to tell anybody my application session secret token :) Now wi
309309
`config/initializers/secret_token.rb`
310310

311311
```ruby
312-
GonTest::Application.config.secret_token = 'You can't see my token'
313-
Gon.global.session = 'You can't see it I said'
312+
GonTest::Application.config.secret_token = "You can't see my token"
313+
Gon.global.session = "You can't see it I said"
314314
```
315315

316316
`in some js which can reach window.gon variable`

0 commit comments

Comments
 (0)