From eebc579e9b96fca4c8fcc4d4a8365d915d676caa Mon Sep 17 00:00:00 2001 From: cyap Date: Fri, 5 Jul 2019 10:46:51 -0400 Subject: [PATCH] Fix typo (#6785) --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 4804f05fa..879d132d5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -94,7 +94,7 @@ The following packages are optional: * [coreapi][coreapi] (1.32.0+) - Schema generation support. * [Markdown][markdown] (3.0.0+) - Markdown support for the browsable API. -* [Pygments][pygments] (2.4.0+) - Add sytax highlighting to Markdown processing. +* [Pygments][pygments] (2.4.0+) - Add syntax highlighting to Markdown processing. * [django-filter][django-filter] (1.0.1+) - Filtering support. * [django-guardian][django-guardian] (1.1.1+) - Object level permissions support.