From a26862476f4a2341d3704ac14689d52ed25e9718 Mon Sep 17 00:00:00 2001 From: Nathan Shaw Date: Mon, 3 Oct 2022 13:52:56 -0400 Subject: [PATCH] ENDOC-575 Refine language for the blueprint tutorial based on PR feedback --- .../create/ms/generate-microservices-and-micro-frontends.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vuepress/docs/next/tutorials/create/ms/generate-microservices-and-micro-frontends.md b/vuepress/docs/next/tutorials/create/ms/generate-microservices-and-micro-frontends.md index 23d0d799e5..d8a161f5a4 100644 --- a/vuepress/docs/next/tutorials/create/ms/generate-microservices-and-micro-frontends.md +++ b/vuepress/docs/next/tutorials/create/ms/generate-microservices-and-micro-frontends.md @@ -108,7 +108,7 @@ ent bundle mfe add conference-table find microservices/conference-ms/ui/widgets/conference/tableWidget/. -mindepth 1 -maxdepth 1 -exec mv -t microfrontends/conference-table/ -- {} + ``` -3. Now add an API claim to connect the `conference-table` MFE to the `conference-ms` microservice. The connection information is stored in the `entando-json`. +3. Now add an API claim to connect the `conference-table` MFE to the `conference-ms` microservice. The connection information is stored in `entando.json`. ```shell ent bundle api add conference-table conference-api --serviceName=conference-ms --serviceUrl=http://localhost:8081 ```