Skip to content

Commit 6bfc6e0

Browse files
koenpuntkarmi
authored andcommitted
[MODEL] Fixed a typo in the README
Closes elastic#667
1 parent a01586a commit 6bfc6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-model/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ response.page(2).results
290290
response.page(2).records
291291
```
292292

293-
In a Rails controller, use the the `params[:page]` parameter to paginate through results:
293+
In a Rails controller, use the `params[:page]` parameter to paginate through results:
294294

295295
```ruby
296296
@articles = Article.search(params[:q]).page(params[:page]).records

0 commit comments

Comments
 (0)