Removing unecessary quotes.

Miguel Medeiros 2021-06-11 12:12:53 -03:00
parent b35614ff09
commit bd1251654a

@ -3,10 +3,9 @@ If you want to change the default language `'en-US'` to any other, you must upda
Example:
```json
"architect": {`
`"build": {`
`"builder": "@angular-devkit/build-angular:browser",`
`"options": {`
`"localize": ["zh"],
...
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"localize": ["zh"],
```