From 1f8aa684c65fbde7f734d5047e9e1744166c6623 Mon Sep 17 00:00:00 2001 From: maliming Date: Mon, 22 Nov 2021 13:38:14 +0800 Subject: [PATCH] Update TODO tutorial. --- docs/en/Tutorials/Todo/Index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Tutorials/Todo/Index.md b/docs/en/Tutorials/Todo/Index.md index c252ee0afe..4db981b895 100644 --- a/docs/en/Tutorials/Todo/Index.md +++ b/docs/en/Tutorials/Todo/Index.md @@ -682,7 +682,7 @@ You first need to run the `TodoApp.HttpApi.Host` project since the proxy generat Once you run the `TodoApp.HttpApi.Host` project, open a command-line terminal in the `angular` folder and type the following command: ````bash -abp generate-proxy +abp generate-proxy -t ng ```` If everything goes well, it should generate an output like shown below: