From 0c5907ab9bbf2b5ae600b71d1015cfed9c0fd85e Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Tue, 29 Sep 2015 01:13:42 -0400 Subject: [PATCH] Fixed typographical error, changed auxilliary to auxiliary in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef9918c..c28f9d3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ RESTful web APIs in Flask. At the core, there's a Pager class, which does the necessary calculations to split Python lists, SQLAlchemy queries etc. into pages while providing -a lot of auxilliary data for displaying pagers. +a lot of auxiliary data for displaying pagers.