diff --git a/examples/prism-django.html b/examples/prism-django.html index ac9cf0df73..3a8829af49 100644 --- a/examples/prism-django.html +++ b/examples/prism-django.html @@ -11,7 +11,7 @@

Template Tag

Full Example

-
{# This a Django template example #}
+
{# This is a Django template example #}
 {% extends "base_generic.html" %}
 
 {% block title %}{{ section.title }}{% endblock %}