From feda017c502e0e3c530649bd53ff0a4ae2dee0ac Mon Sep 17 00:00:00 2001 From: Chris McKnight Date: Mon, 24 Apr 2017 11:54:36 -0500 Subject: [PATCH] docs(aio): Fix decorator JS feature explanation (#16214) --- aio/content/guide/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/glossary.md b/aio/content/guide/glossary.md index e49b2ef108..c5642e2892 100644 --- a/aio/content/guide/glossary.md +++ b/aio/content/guide/glossary.md @@ -315,7 +315,7 @@ operations and supporting declaration syntax. A *function* that adds metadata to a class, its members (properties, methods) and function arguments. -Decorators are a JavaScript language [feature](https://github.com/wycats/javascript-decorators), implemented in TypeScript and proposed for ES2016 (also known as ES7). +Decorators are an experimental (stage 2), JavaScript language [feature](https://github.com/wycats/javascript-decorators). TypeScript adds support for decorators. To apply a decorator, position it immediately above or to the left of the item it decorates.