Index: tools/gn/docs/cookbook.md |
diff --git a/tools/gn/docs/cookbook.md b/tools/gn/docs/cookbook.md |
index 186b8c3ba78c697cd69c41decba9ce16bcb5ad06..2337b83572d83d00221d86258d60b309044d81e8 100644 |
--- a/tools/gn/docs/cookbook.md |
+++ b/tools/gn/docs/cookbook.md |
@@ -248,7 +248,7 @@ places are noted in the table below. |
| `use_glib` (0/1) | `is_linux` (true/false) | (global) | |
| `use_gnome_keyring` (0/1) | `is_desktop_linux` (true/false) | | |
| `use_goma` (0/1) | `use_goma` (true/false) | `//build/toolchain/goma.gni` | |
-| `use_nss` (0/1) | `use_nss_certs` (true/false) | `//build/config/crypto.gni` (Many of these conditions can be deleted, see the "SSL" notes on targets below.) | |
+| `use_nss_certs` (0/1) | `use_nss_certs` (true/false) | `//build/config/crypto.gni` (Many of these conditions can be deleted, see the "SSL" notes on targets below.) | |
| `use_openssl` (0/1) | `use_openssl` (true/false) | `//build/config/crypto.gni` (Many of these conditions can be deleted, see the "SSL" notes on targets below.) | |
| `use_pango` (0/1) | `use_pango` (true/false) | `//build/config/ui.gni` | |
| `use_ozone` (0/1) | `use_ozone` (true/false) | `//build/config/ui.gni` | |