Skip to content

Commit a689cd5

Browse files
committed
some corrections
1 parent 77cb0f7 commit a689cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/docs/server/config.json.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ omp-server --default-config
284284

285285
}
286286
```
287-
287+
- `${VAR}` default variable syntax
288288
- `${VAR:-default}` provides a fallback when the variable is missing
289-
- `$${VAR}` escapes to keep literal `${VAR}` in the config
289+
- `$${VAR}` escapes to keep literal `${VAR}` in the config as text
290290

291291
<br />
292292

0 commit comments

Comments
 (0)