Skip to content

Commit d77d7fa

Browse files
committed
Update copy.
1 parent cd4700d commit d77d7fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Engines/TemplateEngineManager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ class TemplateEngineManager {
104104

105105
async getEngine(name, extensionMap) {
106106
// Warning about engine deprecation
107-
// TODO: error message needs updating once issue is closed
107+
// TODO v3.0 error message needs updating before stable release
108108
if (this.isEngineDeprecated(name)) {
109109
throw new Error(
110-
`Per our community survey, the "${name}" template syntax was removed from core in 11ty v3.0. Read more https://github.com/11ty/eleventy/issues/3124 including our plans to expose these as official plugins (outside of core). You can implement these yourself using https://www.11ty.dev/docs/languages/custom/`,
110+
`Per the 11ty community survey, the "${name}" template syntax was removed from core in v3.0. You can read more https://github.com/11ty/eleventy/issues/3124 including plans to offer some of these as official plugins (outside of core). You can implement these yourself using https://www.11ty.dev/docs/languages/custom/`,
111111
);
112112
}
113113

0 commit comments

Comments
 (0)