From 4ba70f3a557028755f7761e4986b64d70209130c Mon Sep 17 00:00:00 2001 From: mhartington Date: Wed, 16 May 2018 15:04:13 -0400 Subject: [PATCH] docs(): fix spelling --- angular/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular/src/index.ts b/angular/src/index.ts index 64b2c4f7b6..7f858f8049 100644 --- a/angular/src/index.ts +++ b/angular/src/index.ts @@ -13,5 +13,5 @@ export * from './providers'; // ionic types export * from './types/interfaces'; -// ionic oute reuse strategy +// ionic route reuse strategy export * from './util/ionic-router-reuse-strategy';