1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:35:26 +02:00

Update grammar

`a` should be used instead of `an` in this context.
This commit is contained in:
Justin Kenyon 2017-03-29 11:20:39 -04:00 committed by Agniva De Sarker
parent 7549db275b
commit 3a858a93af

View file

@ -18,6 +18,6 @@
`ip addr add/del {{ip}}/{{mask}} dev {{interface}}`
- Add an default route:
- Add a default route:
`ip route add default via {{ip}} dev {{interface}}`