summaryrefslogtreecommitdiff
path: root/docs/yaml/functions/configuration_data.yaml
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2022-10-22 16:42:21 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2022-10-23 03:06:39 +0300
commitfa2585d0b364143fb588b8bb611eaa4d1c277811 (patch)
tree529fe5facf7c43c453a8569073b31fc122efcc68 /docs/yaml/functions/configuration_data.yaml
parentb98356e0557399803895755a5f513841345fba1b (diff)
downloadmeson-fa2585d0b364143fb588b8bb611eaa4d1c277811.tar.gz
Fix typos in docs
Diffstat (limited to 'docs/yaml/functions/configuration_data.yaml')
-rw-r--r--docs/yaml/functions/configuration_data.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/functions/configuration_data.yaml b/docs/yaml/functions/configuration_data.yaml
index e16a69fc1..61297b58a 100644
--- a/docs/yaml/functions/configuration_data.yaml
+++ b/docs/yaml/functions/configuration_data.yaml
@@ -10,6 +10,6 @@ optargs:
type: dict[str | bool | int]
since: 0.49.0
description: |
- Optional dictionary to specifiy an inital data set. If
+ Optional dictionary to specify an initial data set. If
provided, each key/value pair is added into the [[@cfg_data]] object
as if the [[cfg_data.set]] method was called for each of them.