Skip to content

Commit a105a76

Browse files
AndersDJohnsonhemanth
authored andcommitted
Update README.md (#88)
1 parent 773249b commit a105a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ require("html?interpolate!./file.html");
124124

125125
<div>${require('./components/gallery.html')}</div>
126126
```
127-
And if you only want to use `require` in template and any other `${}` are not to be translate you can set `interpolate` flag to `require`, like so:
127+
And if you only want to use `require` in template and any other `${}` are not to be translated, you can set `interpolate` flag to `require`, like so:
128128

129129
```js
130130
require("html?interpolate=require!./file.ftl");

0 commit comments

Comments
 (0)