From 306f67e2a06130571a0d65ce2150b68bd5659999 Mon Sep 17 00:00:00 2001 From: jonniv6 Date: Thu, 22 Feb 2018 10:43:58 +0100 Subject: [PATCH] Fixed a typo in template.json --- 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.",