From b27e799526f6ad7e3276941d1d4c0efc1bd78226 Mon Sep 17 00:00:00 2001 From: Brian Holub Date: Sun, 6 Mar 2016 13:19:50 -0800 Subject: [PATCH] Fixing typo in link to github docs --- src/plugins/appversion.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/appversion.ts b/src/plugins/appversion.ts index 10a0e6b9c..01c3f00d4 100644 --- a/src/plugins/appversion.ts +++ b/src/plugins/appversion.ts @@ -3,7 +3,7 @@ import {Plugin, Cordova} from './plugin'; /** * Reads the version of your app from the target build settings. * - * Requires Cordova plugin: `cordova-plugin-app-version`. For more info, please see the [Cordova App Version docs](ttps://github.com/whiteoctober/cordova-plugin-app-version). + * Requires Cordova plugin: `cordova-plugin-app-version`. For more info, please see the [Cordova App Version docs](https://github.com/whiteoctober/cordova-plugin-app-version). * * ``` * cordova plugin add cordova-plugin-app-version