Skip to content

Commit

Permalink
fix: grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 1, 2024
1 parent 3ca3196 commit e6a6881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/hotwire.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Hotwire is not limited to Ruby on Rails. You can use Turbo with any backend. Liv
You can use AnyCable as a real-time server for Turbo Streams as follows:
- Use [JWT authentication](../anycable-go/jwt_identification.md) to authenticate conenctions (or run your AnyCable server with authentication disabled via the `--noauth` option)
- Use [JWT authentication](../anycable-go/jwt_identification.md) to authenticate connections (or run your AnyCable server with authentication disabled via the `--noauth` option)
- Enable [Turbo signed streams](../anycable-go/signed_streams.md#hotwire-and-cableready-support) support.
Expand Down
1 change: 1 addition & 0 deletions forspell.dict
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ buildpacks
serverless
Vercel
microservices
Stackblitz

0 comments on commit e6a6881

Please sign in to comment.