From 8f9529558d7dd6027bcf9369b88fdd8be2503e05 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 9 May 2023 12:13:37 +0200 Subject: [PATCH] gnmic-get, silicon: fix typo (#10165) --- pages/common/gnmic-get.md | 2 +- pages/common/silicon.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/gnmic-get.md b/pages/common/gnmic-get.md index 300a51dd0..524041852 100644 --- a/pages/common/gnmic-get.md +++ b/pages/common/gnmic-get.md @@ -15,6 +15,6 @@ `gnmic -a {{ip:port}} get --prefix {{prefix}} --path {{path1}} --path {{path2}}` -- Query the device state and specify reponse encoding (json_ietf): +- Query the device state and specify response encoding (json_ietf): `gnmic -a {{ip:port}} get --path {{path}} --encoding json_ietf` diff --git a/pages/common/silicon.md b/pages/common/silicon.md index e5c3f4cd5..59fd446f1 100644 --- a/pages/common/silicon.md +++ b/pages/common/silicon.md @@ -7,7 +7,7 @@ `silicon {{path/to/source_file}} --output {{path/to/output_image}}` -- Generate an image from a source file with a specific programing language syntax highlighting (e.g. `rust`, `py`, `js`, etc.): +- Generate an image from a source file with a specific programming language syntax highlighting (e.g. `rust`, `py`, `js`, etc.): `silicon {{path/to/source_file}} --output {{path/to/output_image}} --language {{language|extension}}`