Skip to content

Commit

Permalink
Merge pull request #136 from stephenyeargin/132-fix-bootstrap-name
Browse files Browse the repository at this point in the history
Fix typo in name of Bootstrap
  • Loading branch information
xcash authored Jan 18, 2022
2 parents 9ee3f3b + 1a19a02 commit 6ac7a9e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
=============
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
]

Expand Down Expand Up @@ -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)
]

Expand All @@ -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'),
]
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.. default-domain:: js

Boostrap Autocomplete Documentation
Bootstrap Autocomplete Documentation
===================================

Version: |release|
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6ac7a9e

Please sign in to comment.