Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jperasmus committed Jun 11, 2015
1 parent cfe9e00 commit 2d69f9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chapters/10-pagination.md
Expand Up @@ -20,7 +20,7 @@ On this topic, we're going to go through a set of pagination components I (and a
### Backbone.Paginator

**Note:** As of Backbone.Paginator [2.0](https://github.com/backbone-paginator/backbone.paginator/releases), the API to
the project has changed and includes updated which break backwards compatibility. The below section refers to Backbone.Paginator
the project has changed and includes updates which break backwards compatibility. The below section refers to Backbone.Paginator
1.0 which can still be downloaded [here](https://github.com/backbone-paginator/backbone.paginator/releases/tag/v1.0.0).

When working with data on the client-side, the three types of pagination we are most likely to run into are:
Expand Down Expand Up @@ -532,7 +532,7 @@ Note: Both the clientPager and requestPager ```bootstrap``` function will accept
### Styling
You're of course free to customize the overall look and feel of the paginators as much as you wish. By default, all sample applications make use of the [Twitter Bootstrap](http://twitter.github.com/bootstrap) for styling links, buttons and drop-downs.
You're of course free to customize the overall look and feel of the paginators as much as you wish. By default, all sample applications make use of [Twitter Bootstrap](http://twitter.github.com/bootstrap) for styling links, buttons and drop-downs.
CSS classes are available to style record counts, filters, sorting and more:
Expand Down
2 changes: 1 addition & 1 deletion chapters/11-bbb.md
Expand Up @@ -31,7 +31,7 @@ Notes on build tool steps:

To get started we're going to install Grunt-BBB, which will include Backbone Boilerplate and any third-party dependencies it might need such as the Grunt build tool.

We can install Grunt-bBB via NPM by running:
We can install Grunt-BBB via NPM by running:

```shell
npm install -g bbb
Expand Down

0 comments on commit 2d69f9c

Please sign in to comment.