From 13d0d491f0a6d976f783651b3dabc3cba7941e9a Mon Sep 17 00:00:00 2001 From: Tirso Rodriguez Date: Fri, 12 Jun 2020 22:14:11 +0100 Subject: [PATCH] Fix some typos --- README.rst | 2 +- docs/index.md | 2 +- docs/installation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 1f2ffa8f..ceb9cb44 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/index.md b/docs/index.md index 5a8bb525..ce655498 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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/) diff --git a/docs/installation.md b/docs/installation.md index 1d52be69..7ff539d1 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 = [