Skip to content

Commit bd658da

Browse files
authored
Fix typo in README.md (#92)
Remove extra character.
1 parent 649f0e2 commit bd658da

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
@@ -79,7 +79,7 @@ end
7979

8080
### Shared Data
8181

82-
If you have data that you want to be provided as a prop to every component (a common use-case is informationa about the authenticated user) you can use the `shared_data` controller method.
82+
If you have data that you want to be provided as a prop to every component (a common use-case is information about the authenticated user) you can use the `shared_data` controller method.
8383

8484
```ruby
8585
class EventsController < ApplicationController

0 commit comments

Comments
 (0)