From 1a19a0212e743a8c14e8de860d2d51151981e57c Mon Sep 17 00:00:00 2001 From: Stephen Yeargin Date: Mon, 17 Jan 2022 22:26:50 -0600 Subject: [PATCH] Fix typo in name of Bootstrap Happens to all of us at some point. Fixes #132. --- README.md | 2 +- docs/conf.py | 6 +++--- docs/index.rst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d132d87..3c1d168 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It enhances form `input` and `select` field to provide autocomplete/typeahead ca Latest STABLE version: 2.3.7 (2020/08/27) Latest DEVELOPMENT version: 2.4.0dev -Version 2.0.0 and up supports Boostrap v4.x and old v3.x out of the box. +Version 2.0.0 and up supports Bootstrap v4.x and old v3.x out of the box. Try the DEMO! ============= diff --git a/docs/conf.py b/docs/conf.py index 5b84f0c..ea0294b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -262,7 +262,7 @@ # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, 'bootstrap-autocomplete.tex', u'Boostrap Autocomplete Documentation', + (master_doc, 'bootstrap-autocomplete.tex', u'Bootstrap Autocomplete Documentation', u'Paolo Casciello, Luca Zarotti, see contributors', 'manual'), ] @@ -304,7 +304,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, 'bootstrap-autocomplete', u'Boostrap Autocomplete Documentation', + (master_doc, 'bootstrap-autocomplete', u'Bootstrap Autocomplete Documentation', [author], 1) ] @@ -319,7 +319,7 @@ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, 'bootstrap-autocomplete', u'Boostrap Autocomplete Documentation', + (master_doc, 'bootstrap-autocomplete', u'Bootstrap Autocomplete Documentation', author, 'bootstrap-autocomplete', 'One line description of project.', 'Miscellaneous'), ] diff --git a/docs/index.rst b/docs/index.rst index 8a80a02..c93dc65 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,7 +5,7 @@ .. default-domain:: js -Boostrap Autocomplete Documentation +Bootstrap Autocomplete Documentation =================================== Version: |release| @@ -216,7 +216,7 @@ Configuration options .. attribute:: .bootstrapVersion - Default: ``auto``. Specify Boostrap Version. Default is autodetect. + Default: ``auto``. Specify Bootstrap Version. Default is autodetect. Values: ``auto``, ``4``, ``3`` .. attribute:: .preventEnter