diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-01-16 09:44:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-16 09:44:41 +0200 |
| commit | 18257b521a3b0a222763ff95f1036e32facd8565 (patch) | |
| tree | 22c2c880087927ee2f2e79800adf654dccc44319 | |
| parent | 9cb45a10d421315fc2f441ba8261916a759a15f8 (diff) | |
| parent | 465499591533a456337b189764982dad8876d714 (diff) | |
Merge pull request #15160 from vjardin/doc_typo
doc: typo, fix end of line
| -rw-r--r-- | doc/developer/building-frr-for-ubuntu2004.rst | 2 | ||||
| -rw-r--r-- | doc/developer/building-frr-for-ubuntu2204.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer/building-frr-for-ubuntu2004.rst b/doc/developer/building-frr-for-ubuntu2004.rst index 7c23469897..3db97c4b2d 100644 --- a/doc/developer/building-frr-for-ubuntu2004.rst +++ b/doc/developer/building-frr-for-ubuntu2004.rst @@ -29,7 +29,7 @@ installed. .. code-block:: console - sudo apt-get install libgrpc++-dev protobuf-compiler-grpc \ + sudo apt-get install libgrpc++-dev protobuf-compiler-grpc Config Rollbacks diff --git a/doc/developer/building-frr-for-ubuntu2204.rst b/doc/developer/building-frr-for-ubuntu2204.rst index 3ea625716d..c898c3cd2c 100644 --- a/doc/developer/building-frr-for-ubuntu2204.rst +++ b/doc/developer/building-frr-for-ubuntu2204.rst @@ -29,7 +29,7 @@ installed. .. code-block:: console - sudo apt-get install libgrpc++-dev protobuf-compiler-grpc \ + sudo apt-get install libgrpc++-dev protobuf-compiler-grpc Config Rollbacks |
