From 11037b6e9c4e6a811332784ac42fa10693ca0857 Mon Sep 17 00:00:00 2001 From: Jaycean Date: Wed, 27 Jan 2021 17:45:52 +0800 Subject: [PATCH] Add the front end field --- docs/develop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/develop.md b/docs/develop.md index 87e8ae78ef..3235786a25 100644 --- a/docs/develop.md +++ b/docs/develop.md @@ -55,7 +55,7 @@ $ make api-stop 4. Please refer to the [FAQ](./FAQ.md) about the problem of displaying exception in the dashboard after adding custom plugins or modifying plugin's schema. -5. If writing an back end E2E test, refer to the [Back End E2E Writing Guide](./back-end-e2e.md) +5. If writing an back end E2E test, please refer to the [Back End E2E Writing Guide](./back-end-e2e.md) ### web @@ -75,4 +75,4 @@ $ yarn install $ yarn start ``` -4. If writing an E2E test, refer to the [E2E Writing Guide](./front-end-e2e.md) +4. If writing an front end E2E test, please refer to the [Front End E2E Writing Guide](./front-end-e2e.md)