From fdf42058c76f479dfccd3a29f0674f290a1d31cc Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Tue, 26 Sep 2023 20:03:43 +0800 Subject: [PATCH] fix: typo --- scripts/autogencniconf/SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/autogencniconf/SPEC.md b/scripts/autogencniconf/SPEC.md index 85e0a297..0c306046 100644 --- a/scripts/autogencniconf/SPEC.md +++ b/scripts/autogencniconf/SPEC.md @@ -48,7 +48,7 @@ The autogen CNI Configuration specification defines a format for users to define The tool expects following arguments: - `CniConfPath` (string): File path where the CNI configuration would be generated. This parameter is *NOT MANDATORY*, by default the cni conf will be generated in the directory from which the script is invoked. -- `CniArgs` (string): Base64 encoded JSON string which defines the intent-based CNI configuration. This parameter is *MANDATORY*. Check out the below sample invocation for a refernce to a base64 encoded json string. +- `CniArgs` (string): Base64 encoded JSON string which defines the intent-based CNI configuration. This parameter is *MANDATORY*. Check out the below sample invocation for a references to a base64 encoded json string. - `Version` (string): This is the version of the autogen tool. This parameter is *NOT MANDATORY*, by default the script will invoke the base version of 1.0.0. Sample invocation: