From 1676e3161b041cb28e5940c54a80cb0eb3f4a062 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 19 Mar 2015 17:43:44 +0900 Subject: [PATCH] docs(developer): rename 'ending' to 'suffix' :-) --- DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 080e7bbe40..851704fd5e 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -182,7 +182,7 @@ Angular specific command line options when running protractor (e.g. force gc, .. * `tools/*`: tools that are needed to build Angular * `dist/*`: build files are placed here. -### File endings +### File suffixes * `*.js`: javascript files that get transpiled to Dart and EcmaScript 5 * `*.es6`: javascript files that get transpiled only to EcmaScript 5