Skip to content

Commit fa4639f

Browse files
committed
Fix typo in README.md
1 parent aab56a9 commit fa4639f

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
@@ -167,7 +167,7 @@ returned 2D array, like `link_to`, `mail_to`, `resource_path`, etc.
167167

168168
#### Automatic addition of ID
169169
If you want the gem inserts automatically the ID of the record in the `<tr>` element
170-
as shown in this [DataTable axample](http://www.datatables.net/examples/server_side/ids.html),
170+
as shown in this [DataTable example](http://www.datatables.net/examples/server_side/ids.html),
171171
you have to perform some modifications in both `some_datatable.rb` file and in your javascript.
172172

173173
Here is an example:

0 commit comments

Comments
 (0)