From 66423ea2fdf6e43dde3d2459efb29dd9e691ace6 Mon Sep 17 00:00:00 2001 From: TheQwerty Date: Mon, 29 Oct 2018 15:38:52 -0400 Subject: [PATCH] Fix typo: Andriod -> Android --- fabrikam-build-extension/Template1/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabrikam-build-extension/Template1/template.json b/fabrikam-build-extension/Template1/template.json index 5ebea45..6471479 100644 --- a/fabrikam-build-extension/Template1/template.json +++ b/fabrikam-build-extension/Template1/template.json @@ -1,6 +1,6 @@ { "id": "android", - "name": "My Custom Andriod Template", + "name": "My Custom Android Template", "category": "Build", "iconTaskId": "DF857559-8715-46EB-A74E-AC98B9178AA0", "description": "Build your Android projects, run tests, sign and align Android App Package files. This template requires the Android SDK to be installed on the build agent.",