Skip to content

Commit ce61d68

Browse files
authored
Fix documentation type
1 parent 4244ebe commit ce61d68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Adding the plugin for `thymeleaf` in this case, would change the `HTML` as follo
5151
### Options
5252
|Name|Type|Default|Description|
5353
|--------|---------|--------|---------|
54-
|`engine`|`String`|''|The engine to be used, please check [supported engines](#supported-engines) section.|
54+
|`engine`|`String`|`''`|The engine to be used, please check [supported engines](#supported-engines) section.|
5555
|`addLeadingSlash`|`Boolean`|`false`|Adds a leading slash to the attribute if its missing. <br /> _static/image.png_ becomes _/static/image.png_|
5656
|`removeLeadingSlash`|`Boolean`|`false`|Removes a leading slash from the attribute if its present. <br /> _/static/image.png_ becomes _static/image.png_|
5757
|`removeDotSegments`|`Boolean`|`false`|Removes dot-segments from the attribute. <br /> _../../static/image.png_ becomes _static/image.png_ <br /> _./static/image.png_ becomes _static/image.png_ <br /> _.static/iamges.png_ becomes _static/images.png_|

0 commit comments

Comments
 (0)