diff --git a/topics/tutorials/postfix_completion/postfix_templates.md b/topics/tutorials/postfix_completion/postfix_templates.md index c791caf89..b0717069e 100644 --- a/topics/tutorials/postfix_completion/postfix_templates.md +++ b/topics/tutorials/postfix_completion/postfix_templates.md @@ -8,7 +8,7 @@ The IntelliJ Platform allows plugins to provide custom postfix templates specifi To provide custom postfix templates for an existing or custom language, register an implementation of [`PostfixTemplateProvider`](%gh-ic%/platform/lang-impl/src/com/intellij/codeInsight/template/postfix/templates/PostfixTemplateProvider.java) -in the (EP). +in the . The `PostfixTemplateProvider` extension contains the list of templates that extend the [`PostfixTemplate`](%gh-ic%/platform/lang-impl/src/com/intellij/codeInsight/template/postfix/templates/PostfixTemplate.java)