diff --git a/docs/source/reference/configuration.md b/docs/source/reference/configuration.md
index f382da0fa..0099a3f09 100644
--- a/docs/source/reference/configuration.md
+++ b/docs/source/reference/configuration.md
@@ -355,7 +355,7 @@ These variables worked initially, but they were too sky130 specific and will be
|-|-|
| `RUN_KLAYOUT` | Enables running KLayout and GDSII streaming. 1 = Enabled, 0 = Disabled
(Default: `1`)|
| `RUN_KLAYOUT_XOR` | Enables running KLayout XOR on 2 GDSIIs, the defaults are the one produced by magic vs the one produced by klayout. 1 = Enabled, 0 = Disabled
(Default: `1`)|
-| `RUN_KLAYOUT_DRC` | Enables running KLayout DRC on GDSII produced by `PRIMARY_GDSII_STREAMOUT_TOOL`. 1 = Enabled, 0 = Disabled
(Default: `0`)|
+| `RUN_KLAYOUT_DRC` | Enables running KLayout DRC on GDSII produced by `PRIMARY_GDSII_STREAMOUT_TOOL`. 1 = Enabled, 0 = Disabled
(Default: `1`)|
| `KLAYOUT_DRC_KLAYOUT_GDS` | Enables running KLayout DRC on GDSII produced by KLayout. 1 = Enabled, 0 = Disabled
(Default: `0`)|
| `KLAYOUT_XOR_THREADS` | Specifies number of threads used in klayout xor check
(Default: `1`)|
| `KLAYOUT_DRC_THREADS` | Specifies number of threads used in klayout drc check
(Default: `1`)|