Skip to content

Commit f2c6c1a

Browse files
committed
correct partials example
Partials do no include the `.hbs` extension.
1 parent a85e6d6 commit f2c6c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This version is recommend for all users, as it brings support for the release ve
1212
* Backwards compatibility note: If you are using automatic partials loading
1313
with an absolute path, you must now quote the path. For example:
1414

15-
{{> "/the/path/to/partial.html.hbs" }}
15+
{{> "/the/path/to/partial" }}
1616

1717
This is due to changes in the Handlebars parser.
1818

0 commit comments

Comments
 (0)