From b8cfa55d1f05c34f9480cb0245bda87b1e15044c Mon Sep 17 00:00:00 2001 From: Breandan Considine Date: Thu, 3 Mar 2016 01:06:22 -0500 Subject: [PATCH] Fixes IJSDK-119 --- tutorials/live_templates/template_support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: