From 7bf8b610eb43041e97bf631aa386235a58caea27 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Thu, 14 Dec 2023 16:13:48 +0100 Subject: [PATCH] Update basics.md --- docs/tutorials/programmability/json-rpc/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/programmability/json-rpc/basics.md b/docs/tutorials/programmability/json-rpc/basics.md index 2c79cbed..038942de 100644 --- a/docs/tutorials/programmability/json-rpc/basics.md +++ b/docs/tutorials/programmability/json-rpc/basics.md @@ -1074,7 +1074,7 @@ EOF The `output-format` takes only one value - `text` - to denote that the output should be in the same format as the CLI diff command. -When there is no difference between the provided blob in the diff method and the actual configuration, the diff method returns an empty arrya. To check that, execute the set request provided in the beginning of this section and then execute the diff method again. This is what you should see as the output: +When there is no difference between the provided blob in the diff method and the actual configuration, the diff method returns an empty array. To check that, execute the set request provided in the beginning of this section and then execute the diff method again. This is what you should see as the output: ```json {