1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00

Fix - examples: Pipelining description had a typo

This commit is contained in:
Allan Jardine 2015-08-06 20:40:12 +01:00
parent a67cb611de
commit eff925f168
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
bcf5444bdcfef350afcb7292461346b60dadd6f5
20593c240c39855db99dc4f70f1801906f5a7859

View File

@ -158,7 +158,7 @@ $(document).ready(function() {
<h1>DataTables example <span>Pipelining data to reduce Ajax calls for paging</span></h1>
<div class="info">
<p>Sever-side processing can be quite hard on your server, since it makes an Ajax call to the server for every draw request that is made. On sites with a large
<p>Server-side processing can be quite hard on your server, since it makes an Ajax call to the server for every draw request that is made. On sites with a large
number of page views, you could potentially end up DDoSing your own server with your own applications!</p>
<p>This example shows one technique to reduce the number of Ajax calls that are made to the server by caching more data than is needed for each draw. This is done