diff options
| author | Claude <noreply@anthropic.com> | 2026-05-11 19:35:04 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-05-11 19:35:04 +0000 |
| commit | d9212421139416f1feb454ea71cfca75fa1ab2b8 (patch) | |
| tree | f588738c158f39f4f8c29e58ba33efef4806fbdd /docs/contributing | |
| parent | a1ecf2e8d71c1188b3e90061e8fffea9ffebbf7c (diff) | |
| download | vyos-documentation-d9212421139416f1feb454ea71cfca75fa1ab2b8.tar.gz vyos-documentation-d9212421139416f1feb454ea71cfca75fa1ab2b8.zip | |
docs: fix typos across configuration, contributing, and vpp docs
Corrections include: adresses->addresses, oder->other, Them->The,
criterias->criteria, seeting->setting, carefull->careful,
beeing->being, reenable->re-enable, wich->which, derection->direction,
Whith->With, assosiate->associate, fpr->for, bootup->boot, trough->through.
https://claude.ai/code/session_01RDpSBDLSWLKMGnyPCaKECB
Diffstat (limited to 'docs/contributing')
| -rw-r--r-- | docs/contributing/debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/debugging.md b/docs/contributing/debugging.md index d3b4b513..f31fb8f3 100644 --- a/docs/contributing/debugging.md +++ b/docs/contributing/debugging.md @@ -193,7 +193,7 @@ You can also make this permanent by editing `/boot/grub/grub.cfg`. VyOS CLI depends heavily on priorities. Every CLI node has a corresponding `node.def` file and possibly an attached script. Nodes can have priorities, -and on system bootup or any `commit` to the configuration, scripts execute +and on system boot or any `commit` to the configuration, scripts execute from lowest to highest priority. This provides deterministic behavior. To debug priority issues or see script execution order, use the |
