docs: whitespace-control: correct typo (#462)

This commit is contained in:
Damian Nowak
2022-01-29 11:50:37 +08:00
committed by GitHub
parent e3fb47a90b
commit 58d03890b4
+1 -1
View File
@@ -41,7 +41,7 @@ Alternatively, LiquidJS provides these per engine options to enable whitespace c
* `trimTagLeft` * `trimTagLeft`
* `trimTagRight` * `trimTagRight`
* `trimValueRight` * `trimValueLeft`
* `trimValueRight` * `trimValueRight`
[LiquidJS][liquidjs] will **NOT** trim any whitespace by default, aka. above options all default to `false`. For details of these options, see the [options][options]. [LiquidJS][liquidjs] will **NOT** trim any whitespace by default, aka. above options all default to `false`. For details of these options, see the [options][options].