diff --git a/packages/documentation/copy/en/reference/Decorators.md b/packages/documentation/copy/en/reference/Decorators.md index fcdc59c9392e..b0c0d5713882 100644 --- a/packages/documentation/copy/en/reference/Decorators.md +++ b/packages/documentation/copy/en/reference/Decorators.md @@ -6,7 +6,7 @@ oneline: TypeScript Decorators overview translatable: true --- -> NOTE  This document refers to an experimental stage 2 decorators implementation. Stage 3 decorator support is available since Typescript 5.0. +> NOTE  This document refers to an older experimental stage 2 decorators implementation from 2018. Stage 3 decorator support is available since Typescript 5.0. > See: [Decorators in Typescript 5.0](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#decorators) ## Introduction