Skip to content

Commit

Permalink
minor typo corrections (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesChevalier authored and ddnexus committed Jan 31, 2019
1 parent 464de1b commit c0fe0df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/extras.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Template `pagy_responsive_remote.html.erb` (non-AJAX render: first page-load):

```
<div id="container">
<%= render 'remote_partial` %>
<%= render 'remote_partial' %>
</div>
```

Expand All @@ -114,7 +114,7 @@ Partial `remote_partial.html.erb` (partial shared for AJAX and non-AJAX renderin
<%== pagy_bootstrap_responsive_nav(@pagy) %>
```

Template `pagy_responsive_remote.js.erb` (javascript tempalte used for AJAX):
Template `pagy_responsive_remote.js.erb` (javascript template used for AJAX):

```js-erb
$('#container').html("<%= j(render 'remote_partial')%>");
Expand Down

0 comments on commit c0fe0df

Please sign in to comment.