Skip to content

Commit 5c5d365

Browse files
besimgurbuzdylhunn
authored andcommitted
docs: fix indentation error in content/guide/build.md (#48893)
PR Close #48893
1 parent 33b9cb8 commit 5c5d365

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

aio/content/guide/build.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -367,11 +367,11 @@ For example, to divert all calls for `http://localhost:4200/api` to a server run
367367
…
368368
"architect": {
369369
"serve": {
370-
"builder": "@angular-devkit/build-angular:dev-server",
371-
"options": {
372-
"browserTarget": "your-application-name:build",
373-
"proxyConfig": "src/proxy.conf.json"
374-
},
370+
"builder": "@angular-devkit/build-angular:dev-server",
371+
"options": {
372+
"browserTarget": "your-application-name:build",
373+
"proxyConfig": "src/proxy.conf.json"
374+
},
375375
…
376376

377377
</code-example>

0 commit comments

Comments
 (0)