From 0a97cf2d5fd1d4585ab8a7ddded720485d6adea3 Mon Sep 17 00:00:00 2001 From: Musa Haidari Date: Wed, 5 Apr 2017 22:57:48 +0430 Subject: [PATCH] docs(platform): removes extra word (typo) --- src/platform/platform.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/platform.ts b/src/platform/platform.ts index cba7e3e293..423af6f342 100644 --- a/src/platform/platform.ts +++ b/src/platform/platform.ts @@ -427,7 +427,7 @@ export class Platform { * if this registered action has the highest priority. * @param {number} priority Set the priority for this action. Only the highest priority will execute. Defaults to `0`. * @returns {Function} A function that, when called, will unregister - * the its back button action. + * the back button action. */ registerBackButtonAction(fn: Function, priority: number = 0): Function { const action: BackButtonAction = {fn, priority};