Skip to content

Commit

Permalink
Correct a few typos in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Uaitt authored and jho406 committed Jan 20, 2025
1 parent 1ac0521 commit 0c2fed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and name are likely to change drastically before a major version release.

### No APIs

Instead of APIs, Superglue leans on Rail's ability to respond to different
Instead of APIs, Superglue leans on Rails' ability to respond to different
[mime types](https://apidock.com/rails/ActionController/MimeResponds/InstanceMethods/respond_to)
on the same route. In a Superglue application, if you direct your browser to
`/dashboard.html`, you would see the HTML version of the content, and if you
Expand Down Expand Up @@ -108,7 +108,7 @@ See the [documentation for server-side rendering][ssr docs].

## Documentation

Documentation is hosted on [Github pages](https://thoughtbot.github.io/superglue).
Documentation is hosted on [GitHub pages](https://thoughtbot.github.io/superglue).

## Contributing

Expand Down

0 comments on commit 0c2fed9

Please sign in to comment.