From 90fa14b78b069965e92f1c7f8138de1ba43fd14a Mon Sep 17 00:00:00 2001 From: Awesome Dev Notes Date: Tue, 15 Sep 2020 04:56:15 +0800 Subject: [PATCH] Fix typos --- docs-en/readme/testing-subsystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-en/readme/testing-subsystem.md b/docs-en/readme/testing-subsystem.md index bb2f779f1cf..2f6c6ffe4eb 100755 --- a/docs-en/readme/testing-subsystem.md +++ b/docs-en/readme/testing-subsystem.md @@ -130,7 +130,7 @@ Test tool environment dependency Depend on the Python environment. -Install the serial port plugins **pyserial** and **readline** on the local Python, and run the **pip intall pyserial** and **sudo apt-get install libreadline-dev** commands on the shell. The following figure is displayed when the installation is complete. +Install the serial port plugins **pyserial** and **readline** on the local Python, and run the **pip install pyserial** and **sudo apt-get install libreadline-dev** commands on the shell. The following figure is displayed when the installation is complete. ![](figures/en-us_image_0000001052278423.png) -- Gitee