diff --git a/docs/ember/template-imports.md b/docs/ember/template-imports.md index 920a3f866..a56b86504 100644 --- a/docs/ember/template-imports.md +++ b/docs/ember/template-imports.md @@ -62,12 +62,11 @@ interface ShoutSignature { const louderPlease = (message: string) => message.toUpperCase(); -const Shout: TOC = satisfies TOC; ``` {% endcode %}