From 5d48cfd419e0b9e0036ebb3d4bed2c4ed2fe15ec Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 2 Dec 2017 14:56:28 +1100 Subject: [PATCH] docs(): fix typo (#2123) love contributing --- src/@ionic-native/plugins/taptic-engine/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/taptic-engine/index.ts b/src/@ionic-native/plugins/taptic-engine/index.ts index c07d6b14..f7476371 100644 --- a/src/@ionic-native/plugins/taptic-engine/index.ts +++ b/src/@ionic-native/plugins/taptic-engine/index.ts @@ -4,7 +4,7 @@ import { Injectable } from '@angular/core'; /** * @name Taptic Engine * @description - * An Ionic plugin to use Taptic Engine API on iPHone 7, 7 Plus or newer. + * An Ionic plugin to use Taptic Engine API on iPhone 7, 7 Plus or newer. * * @usage * ```typescript