diff --git a/infra/DEBUG/ABOUT_GN_ARGS.md b/infra/DEBUG/ABOUT_GN_ARGS.md
index c17a4cae..8e7687b2 100644
--- a/infra/DEBUG/ABOUT_GN_ARGS.md
+++ b/infra/DEBUG/ABOUT_GN_ARGS.md
@@ -1,4 +1,4 @@
-## When building Chromium/Thorium, you run gn args out/$DIR, where $DIR can be any name; in Thorium it is named out/thorium. These set build arguments for ninja (the Chromium build system) to parse and apply. Thorium has many set, and they vary from platform to platform, and whether or not it is a Debug build. This document explains what they do, why they are set a certain way in Thorium, and options available.
+## When building Chromium/Thorium, you run gn args out/$DIR, where $DIR can be any name; in Thorium it is named out/thorium. These set build arguments for ninja (the Chromium build system) to parse and apply. Thorium has many set, and they vary from platform to platform, and whether or not it is a Debug build. This document explains what they do, why they are set a certain way in Thorium, and options available.
## API Keys
google_api_key = "" ## Set Google API Key. Unset in public Thorium repository.