From d77bf34c1c2b8423f7cd0ee8b4e7e3f1b7a3d8a0 Mon Sep 17 00:00:00 2001 From: Prashant Jaikumar Date: Wed, 6 Feb 2019 14:14:31 -0800 Subject: [PATCH] Fixed typo in templates documentation --- templates/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/README.md b/templates/README.md index a7aeec26c7c..a8104b1ace6 100644 --- a/templates/README.md +++ b/templates/README.md @@ -41,7 +41,7 @@ filegroups: # groups of files that are automatically expanded ... libs: # list of libraries to build ... -target: # list of targets to build +targets: # list of targets to build ... ```