diff --git a/docs/templates.md b/docs/templates.md index 30391e2..1702337 100755 --- a/docs/templates.md +++ b/docs/templates.md @@ -36,7 +36,7 @@ To hide the GitHub badge from the page, just override it with an empty block. {% block jumbotron %}

Project Title

-

Documentantion of the project 'Example'.

+

Documentation of the project 'Example'.

{% endblock %} @@ -65,7 +65,7 @@ File location: `templates/rest_framework_docs/docs.html` {% block jumbotron %}

'Project Name' Web API

-

Documentantion of the 'Project Name' Web API.

+

Documentation of the 'Project Name' Web API.

{% endblock %}