From 9542dfaa7f0aff9c2b9b414f9786bf2c8c7f64f1 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Mon, 17 Feb 2014 10:19:08 +0000 Subject: [PATCH] Fix: Documentation typos from Colin Marks --- .datatables-commit-sync | 2 +- examples/index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.datatables-commit-sync b/.datatables-commit-sync index c27efe08..ed20ce75 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -636d523ddba3c57812372a7488fadaf611b92386 +7df731e3f7264b5bd4d09b8af46df1d3ad43e6ff diff --git a/examples/index.html b/examples/index.html index 3d772dfb..b9fceb42 100644 --- a/examples/index.html +++ b/examples/index.html @@ -18,9 +18,9 @@

DataTables example - Examples index

-

One of the best ways of learning how to do anything new (including software APIs!) is to get your - hands dirty as quickly as possible. These examples will show you how to perform tasks ranging from - something as simple as applying DataTables to an HTML table, right the way through to doing server-side +

One of the best ways to learn how to do anything new (including software APIs!) is to get your hands + dirty as quickly as possible. These examples will show you how to perform tasks ranging from something + as simple as applying DataTables to an HTML table, right the way through to doing server-side processing with pipelining and custom plug-in functions.