Skip to content

Commit d721978

Browse files
committed
Change EDF snippets to 'toml'
1 parent c75ba45 commit d721978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/software/container-engine/resource-hook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ This can be done in multiple ways in TOML: for example, both of the following us
1313

1414
!!! example "TOML nest levels"
1515
* In the TOML key
16-
```console
16+
```toml
1717
[annotations]
1818
com.hooks.ssh.enabled = "true"
1919
```
2020

2121
* In the TOML table name
22-
```console
22+
```toml
2323
[annotations.com.hooks.ssh]
2424
enabled = "true"
2525
```

0 commit comments

Comments
 (0)