Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonRV committed Jun 12, 2020
1 parent 57c9475 commit 13d0d49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Features
- Customisable `user menu`_
- Search bar for any given model admin
- Customisable UI (via `Live UI changes`_, or `custom CSS/JS`_)
- responsive
- Responsive
- Based on the latest `adminlte`_ + `bootstrap`_

Screenshots
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ customise, including a built-in UI customizer
- Customisable side menu
- Customisable top menu
- Customisable user menu
- responsive
- Responsive
- Customisable UI (via Live UI changes, or custom CSS/JS)
- Based on the latest [adminlte](https://adminlte.io/) + [bootstrap](https://getbootstrap.com/)

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Install the latest [pypi](https://pypi.org/project/django-jazzmin/) release with `pip install -U django-jazzmin`

Add `jazzmin` to your `INSTALLED_APPS` before `django.contrib.admin`, and voila!
Add `jazzmin` to your `INSTALLED_APPS` before `django.contrib.admin`, and Voila!

```python
INSTALLED_APPS = [
Expand Down

0 comments on commit 13d0d49

Please sign in to comment.