diff options
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2016-11-12 16:42:01 +0100 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-11-13 16:25:34 -0800 |
commit | b68491f62cff983d360753130aa4ff77ae753602 (patch) | |
tree | 6dac0faea87096097438ed5130a64863e11da441 /docs/sources/getting-started.md | |
parent | 141535f34414c733369a85d29223d8bc6572b6c4 (diff) |
fix a few typos
Diffstat (limited to 'docs/sources/getting-started.md')
-rw-r--r-- | docs/sources/getting-started.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sources/getting-started.md b/docs/sources/getting-started.md index 361a817e..237c35d3 100644 --- a/docs/sources/getting-started.md +++ b/docs/sources/getting-started.md @@ -18,7 +18,7 @@ $ go get github.com/osrg/gobgp/gobgp Finished. No dependency hell (library, package, etc) thanks to Go. The first command installs GoBGP daemon (speaking BGP protocol). The -second one installs GoBGP CLI. The CLI isn't a must but handy whey you +second one installs GoBGP CLI. The CLI isn't a must but handy when you play with GoBGP. In addition, if you use Bash shell, you can enjoy CLI's tab completion: @@ -100,7 +100,7 @@ Peer AS Up/Down State |#Advertised Received Accepted 10.0.255.2 65002 00:00:14 Establ | 5 2 2 ``` -Want to the details of a particular peer? +Want to see the details of a particular peer? ```bash $ gobgp neighbor 10.0.255.1 |