From e89e3cb37597fab1951f787fb3af13bff68a35c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Fri, 14 May 2021 00:08:52 -0600 Subject: [PATCH] docs: uppercase API word in Ivy Compatibility file (#42089) PR Close #42089 --- aio/content/guide/ivy-compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/ivy-compatibility.md b/aio/content/guide/ivy-compatibility.md index 2193cf40d5..34f78f60b1 100644 --- a/aio/content/guide/ivy-compatibility.md +++ b/aio/content/guide/ivy-compatibility.md @@ -29,7 +29,7 @@ This will ensure that the libraries will be properly tree-shaken if they are imp See more details in the original issue [here](https://github.com/angular/angular-cli/issues/16799#issuecomment-580912090). 1. Projects not using Angular CLI will see a significant size regression unless they update their minifier settings and set compile-time constants `ngDevMode`, `ngI18nClosureMode` and `ngJitMode` to `false` (for Terser, please set these to `false` via [`global_defs` config option](https://terser.org/docs/api-reference.html#conditional-compilation)). -Please note that these constants are not meant to be used by 3rd party library or application code as they are not part of our public api surface and might change in the future. +Please note that these constants are not meant to be used by 3rd party library or application code as they are not part of our public API surface and might change in the future. {@a common-changes}