Skip to content

Commit 2b6ff29

Browse files
Merge pull request #91 from joshuadavidthomas/joshuadavidthomas-patch-1
Remove extra backtick in documentation
2 parents 57e8aca + 6e38fc3 commit 2b6ff29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The package can be configured by a few settings, which can be overwritten in the
2121

2222
The default behaviour is, that `TAILWIND_CLI_PATH` should point to a directory, where `django-tailwind-cli` is allowed to download the official CLI to. Normally, this library tries to manage the tailwind CLI by itself and don't rely on externally installed versions of it.
2323

24-
Starting with version **2.7.0** TAILWIND_CLI_PATH can also point to an existing binary, in case you want to install it using some package manager or if you have installed `tailwindcss`` globally with `npm` along with some plugins you want to use.
24+
Starting with version **2.7.0** TAILWIND_CLI_PATH can also point to an existing binary, in case you want to install it using some package manager or if you have installed `tailwindcss` globally with `npm` along with some plugins you want to use.
2525

2626
!!! warning
2727

0 commit comments

Comments
 (0)