Skip to content

Commit

Permalink
docs: delete redundant words (angular#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
aanchal88 authored Aug 2, 2023
1 parent e3bc5a2 commit 3c529b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aio-ja/content/guide/build.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ Internally, the Angular CLI uses the below `browserslist` configuration which ma
Firefox ESR
</code-example>

To override the internal configuration, run [`ng generate config browserslist`](cli/generate#config-command), which generates a `.browserslistrc` configuration file in the the project directory.
To override the internal configuration, run [`ng generate config browserslist`](cli/generate#config-command), which generates a `.browserslistrc` configuration file in the project directory.

See the [browserslist repository](https://github.com/browserslist/browserslist) for more examples of how to target specific browsers and versions.

Expand Down
2 changes: 1 addition & 1 deletion aio-ja/content/guide/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ Angular CLIでは、さまざまなブラウザバージョンとの互換性を
</code-example>


To override the internal configuration, run [`ng generate config browserslist`](cli/generate#config-command), which generates a `.browserslistrc` configuration file in the the project directory.
To override the internal configuration, run [`ng generate config browserslist`](cli/generate#config-command), which generates a `.browserslistrc` configuration file in the project directory.

<code-example format="none" language="text">
last 1 Chrome version
Expand Down

0 comments on commit 3c529b3

Please sign in to comment.