docs: fix two broken commands (#38960)

PR Close #38960
This commit is contained in:
Daniel Kreider 2020-09-28 10:36:55 -07:00 committed by Alex Rickabaugh
parent a6971ba89a
commit b16a69c7a4
1 changed files with 2 additions and 2 deletions

View File

@ -387,7 +387,7 @@ List the generated bundles in the `dist/` folder.
<code-example language="none" class="code-shell">
ls dist/*.bundle.js
ls dist/*.js
</code-example>
@ -396,7 +396,7 @@ The following example displays the graph for the _main_ bundle.
<code-example language="none" class="code-shell">
node_modules/.bin/source-map-explorer dist/main.*.bundle.js
node_modules/.bin/source-map-explorer dist/main*
</code-example>