docs(): fix docs (#1418)

On line 11 there was not closing single quote.
This commit is contained in:
Kendall González León
2017-04-26 22:34:22 -06:00
committed by Ibby Hadeed
parent 52d731e7d9
commit b6afc19e72
@@ -8,7 +8,7 @@ import { Injectable } from '@angular/core';
*
* @usage
* ```ts
* import { TapticEngine } from '@ionic-native/taptic-engine;
* import { TapticEngine } from '@ionic-native/taptic-engine';
*
* ...
*