summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-19 01:19:23 +0000
committerQMK Bot <hello@qmk.fm>2022-08-19 01:19:23 +0000
commit5ee482b11063d494eb85a99434593893279d6b45 (patch)
treed709ac3079ec761d4e17e0f3c738a31a1ea13a29 /docs
parent2ed2c88a08b91863d413580f84c1f6a83e1dc7e9 (diff)
parente6a1afb8f1e5be2f9c81b9839b10704f8d2063e1 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/data_driven_config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/data_driven_config.md b/docs/data_driven_config.md
index cdcf21a19c..1a2e4ca54a 100644
--- a/docs/data_driven_config.md
+++ b/docs/data_driven_config.md
@@ -22,7 +22,7 @@ You will then need to add support for your new configuration to `info.json`. The
1. Add it to the schema in `data/schemas/keyboards.jsonschema`
1. Add a mapping in `data/maps`
-1. (optional and discoraged) Add code to extract/generate it to:
+1. (optional and discouraged) Add code to extract/generate it to:
* `lib/python/qmk/info.py`
* `lib/python/qmk/cli/generate/config_h.py`
* `lib/python/qmk/cli/generate/rules_mk.py`