Skip to content

Commit f6e47e1

Browse files
committed
Merge pull request #34 from Haseeb-Qureshi/patch-1
Fix punctuation in README.md
2 parents 876c522 + a67b373 commit f6e47e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class ListSweeper < ActionController::Caching::Sweeper
101101
end
102102
```
103103

104-
The sweeper is assigned in the controllers that wish to have its' job performed using the `cache_sweeper` class method:
104+
The sweeper is assigned in the controllers that wish to have its job performed using the `cache_sweeper` class method:
105105

106106
```ruby
107107
class ListsController < ApplicationController

0 commit comments

Comments
 (0)