From 4bd24a92ae6d1f56ffd638e361a6f1a4885b20e2 Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Mon, 8 Mar 2021 16:20:47 -0600 Subject: [PATCH] Capitalize design docs headings (#12974) [skip ci] --- doc/design/compiler-assumptions.md | 2 +- doc/design/compiler-environment-support.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/design/compiler-assumptions.md b/doc/design/compiler-assumptions.md index a1467f3bab..de17032fad 100644 --- a/doc/design/compiler-assumptions.md +++ b/doc/design/compiler-assumptions.md @@ -1,4 +1,4 @@ -# Compiler assumptions +# Compiler Assumptions Babel and its associated official transforms make some assumptions about your code. These assumptions are only made as they're either **impossible** to take into consideration or diff --git a/doc/design/compiler-environment-support.md b/doc/design/compiler-environment-support.md index 3cb1afbe6e..7676ca811e 100644 --- a/doc/design/compiler-environment-support.md +++ b/doc/design/compiler-environment-support.md @@ -1,4 +1,4 @@ -# Compiler environment support +# Compiler Environment Support **NOTE:** Compiler support does not dictate the runtime requirements of compiled code.