Skip to content

Commit d45a4b1

Browse files
committed
change YML to YAML
1 parent 8f679d3 commit d45a4b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ There are multiple ways to configure Secured Signal API, you can optionally use
157157

158158
### Config Files
159159

160-
Config files allow **YML** formatting and also `${ENV}` to get Environment Variables.
160+
Config files allow **YAML** formatting and also `${ENV}` to get Environment Variables.
161161

162162
To change the internal config file location set `CONFIG_PATH` in your **Environment** to an absolute path including the filename.extension. (default: `/config/config.yml`)
163163

docs/configuration/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This would internally be converted into `settings.variables.number` matching the
2828
Config files are the **recommended** way to configure and use **Secured Signal API**,
2929
they are **flexible**, **extensible** and really **easy to use**.
3030

31-
Config files allow **YML** formatting and also `${ENV}` to get environment variables.
31+
Config files allow **YAML** formatting and also `${ENV}` to get environment variables.
3232

3333
> [!NOTE]
3434
> To change the internal config file location set `CONFIG_PATH` in your **Environment** to an absolute path. (default: `/config/config.yml`)

0 commit comments

Comments
 (0)