From b16a69c7a4bedde484030b925824cbdc8d0d946a Mon Sep 17 00:00:00 2001 From: Daniel Kreider Date: Mon, 28 Sep 2020 10:36:55 -0700 Subject: [PATCH] docs: fix two broken commands (#38960) PR Close #38960 --- aio/content/guide/deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index b9611d8338..60c87541be 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -387,7 +387,7 @@ List the generated bundles in the `dist/` folder. - ls dist/*.bundle.js + ls dist/*.js @@ -396,7 +396,7 @@ The following example displays the graph for the _main_ bundle. - node_modules/.bin/source-map-explorer dist/main.*.bundle.js + node_modules/.bin/source-map-explorer dist/main*