From ee59b55c291892eab1073b3330fafe1e38bcc436 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Thu, 1 Jun 2017 03:01:37 +0200 Subject: [PATCH] docs(template): optimize template (#1628) * Update wrap-min.tmpl * Update wrap.tmpl --- scripts/templates/wrap-min.tmpl | 2 +- scripts/templates/wrap.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/templates/wrap-min.tmpl b/scripts/templates/wrap-min.tmpl index 68a6bba1..d7b3beda 100644 --- a/scripts/templates/wrap-min.tmpl +++ b/scripts/templates/wrap-min.tmpl @@ -6,7 +6,7 @@ import { Injectable } from '@angular/core'; * @description * * @usage - * ``` + * ```typescript * import { {{ PluginName }} } from '@ionic-native/{{ plugin-name }}'; * * diff --git a/scripts/templates/wrap.tmpl b/scripts/templates/wrap.tmpl index 8f5228e1..9c6d250f 100644 --- a/scripts/templates/wrap.tmpl +++ b/scripts/templates/wrap.tmpl @@ -20,7 +20,7 @@ import { Observable } from 'rxjs/Observable'; * This plugin does something * * @usage - * ``` + * ```typescript * import { {{ PluginName }} } from '@ionic-native/{{ plugin-name }}'; * *