From fc7e504006606f579b543c09d010ef38dafe6148 Mon Sep 17 00:00:00 2001
From: lixiaobing10051267
Date: Mon, 12 Dec 2016 17:24:12 +0800
Subject: [PATCH] replace env description with args in extend config
Signed-off-by: lixiaobing10051267
Upstream-commit: abdc031aeaa757546735da0075868b87dd99ef7a
Component: engine
---
components/engine/docs/extend/config.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/engine/docs/extend/config.md b/components/engine/docs/extend/config.md
index e068eaccfa..93ed4958a3 100644
--- a/components/engine/docs/extend/config.md
+++ b/components/engine/docs/extend/config.md
@@ -137,11 +137,11 @@ Config provides the base accessible fields for working with V0 plugin format
- **`name`** *string*
- name of the env.
+ name of the args.
- **`description`** *string*
- description of the env.
+ description of the args.
- **`value`** *string array*