diff --git a/README.md b/README.md index 59c0f1e..6425ba2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ How to build ============ ```sh -# Build for developement +# Build for development $ npm run build # Start the Webpack dev server diff --git a/index.html b/index.html index ab47eee..430a319 100644 --- a/index.html +++ b/index.html @@ -110,7 +110,7 @@
It is quite common to want to use a cell that acts on an entire
row. You may want to pop up a modal, delete the row, or toggle
- editibility for all the columns. The possibilities are endless. For
+ editability for all the columns. The possibilities are endless. For
those cases, you can write a custom ActionCell, and then
pass it to the column definition.
Truely Advanced Hacking
+Truly Advanced Hacking
Body is the intermediary view that coordinates between the various parts of the grid. Specifically, the default implementation is responsible for re-rendering the rows when any model is inserted into, diff --git a/ref/cell.html b/ref/cell.html index f1b36e2..b217d44 100644 --- a/ref/cell.html +++ b/ref/cell.html @@ -110,7 +110,7 @@
backgrid:edited event. A cell
should be listening to this event so it can remove its editor
- and re-render itsef in display mode.
- Truely Advanced Hacking
+ and re-render itself in display mode. +Truly Advanced Hacking
At the most basic level, Cells and CellEditors are simply Backbone.View classes that are diff --git a/ref/column.html b/ref/column.html index 10bf77b..172d070 100644 --- a/ref/column.html +++ b/ref/column.html @@ -110,7 +110,7 @@
ServerSideFilter is suitable if you have a server where you send the search queries to get back a result. The follow example will create a - collection that uses Github's excellent API to search for Github + collection that uses GitHub's excellent API to search for GitHub users. See here for the valid search terms + title="GitHub API - Search Users">here for the valid search terms to use.