Skip to content

Commit

Permalink
Remove incorrect file name from MetaString example
Browse files Browse the repository at this point in the history
Accidentally left this here when copy pasting
Also removes some string quotes for simplicity
  • Loading branch information
astrsh committed Feb 12, 2024
1 parent 6d4e919 commit 4cbbccb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/config/development/meta-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,8 @@ Parts of a string with the following format will be replaced with the value they
For example:

.. code-block:: yaml
:caption: config.yml
thing: "${config.yml:thing1}, ${config.yml:thing2}!"
thing: ${config.yml:thing1}, ${config.yml:thing2}!
Inserts the strings from config.yml into ``thing``:

Expand Down

0 comments on commit 4cbbccb

Please sign in to comment.