diff --git a/tutorials/live_templates/template_support.md b/tutorials/live_templates/template_support.md index 9d679f3eb..8ceb32a18 100644 --- a/tutorials/live_templates/template_support.md +++ b/tutorials/live_templates/template_support.md @@ -45,7 +45,7 @@ The `DefaultLiveTemplatesProvider` tells us where to find the Live Template sett A `TemplateContextType` tells us where the live template is applicible. ```java -{% include /code_samples/live_templates/src/MarkdownTemplateProvider.java %} +{% include /code_samples/live_templates/src/MarkdownContext.java %} ``` Once you define the `TemplateContextType`, be sure to add the assigned context type to the previously created Live Template settings file. Under `` add the following context: