We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01586a commit 6bfc6e0Copy full SHA for 6bfc6e0
elasticsearch-model/README.md
@@ -290,7 +290,7 @@ response.page(2).results
290
response.page(2).records
291
```
292
293
-In a Rails controller, use the the `params[:page]` parameter to paginate through results:
+In a Rails controller, use the `params[:page]` parameter to paginate through results:
294
295
```ruby
296
@articles = Article.search(params[:q]).page(params[:page]).records
0 commit comments