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 }}'; * *