Commit 9d603ef4504a39ebfe6e3e5a4d875fc6e5be2fd8

Allan Moreno 2022-07-06T12:29:56

Docs: Add missing word (#3489)

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/examples/prism-django.html b/examples/prism-django.html
index ac9cf0d..3a8829a 100644
--- a/examples/prism-django.html
+++ b/examples/prism-django.html
@@ -11,7 +11,7 @@ Conditional block
 </code></pre>
 
 <h2>Full Example</h2>
-<pre><code>{# This a Django template example #}
+<pre><code>{# This is a Django template example #}
 {% extends "base_generic.html" %}
 
 {% block title %}{{ section.title }}{% endblock %}