From 545d5c0e3f82208c4f032470934b2b383b86cd77 Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Wed, 13 Oct 2021 18:09:27 +0300 Subject: [PATCH] updated docs --- docs/djlint/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/djlint/configuration.rst b/docs/djlint/configuration.rst index a6d1566..fd7e94f 100644 --- a/docs/djlint/configuration.rst +++ b/docs/djlint/configuration.rst @@ -106,9 +106,9 @@ Usage: profile="django" require_pragma ------- +-------------- -Only formats files that starts with a comment with only the word 'format'. The comment can be a HTML comment or a comment in the templating language defined by the profile setting. If no profile is specified, a comment in any of the templating languages is accepted. +Only format files that starts with a comment with only the word 'format'. The comment can be a HTML comment or a comment in the template language defined by the profile setting. If no profile is specified, a comment in any of the template languages is accepted. Usage: