diff --git a/aio/content/guide/file-structure.md b/aio/content/guide/file-structure.md
index 4b93f27d3e..40d961f6d2 100644
--- a/aio/content/guide/file-structure.md
+++ b/aio/content/guide/file-structure.md
@@ -75,7 +75,9 @@ When the workspace file structure is in place, you can use the `ng generate` com
Angular Console 这样的交互开发环境,或者直接操纵应用的源码目录中的源码文件和配置文件。
+ Besides using the CLI on the command line, you can also use an interactive development environment like [Angular Console](https://angularconsole.com/), or manipulate files directly in the app's source folder and configuration files.
+
+ 除了在命令行上使用 CLI 之外,你还可以使用像 [Angular Console](https://angularconsole.com/) 这样的交互开发环境,或者直接操纵应用的源码目录中的源码文件和配置文件。