Skip to content

Commit 3c529b3

Browse files
authored
docs: delete redundant words (#875)
1 parent e3bc5a2 commit 3c529b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aio-ja/content/guide/build.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Internally, the Angular CLI uses the below `browserslist` configuration which ma
329329
Firefox ESR
330330
</code-example>
331331

332-
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.
332+
To override the internal configuration, run [`ng generate config browserslist`](cli/generate#config-command), which generates a `.browserslistrc` configuration file in the project directory.
333333

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

aio-ja/content/guide/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Angular CLIでは、さまざまなブラウザバージョンとの互換性を
322322
</code-example>
323323

324324

325-
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.
325+
To override the internal configuration, run [`ng generate config browserslist`](cli/generate#config-command), which generates a `.browserslistrc` configuration file in the project directory.
326326

327327
<code-example format="none" language="text">
328328
last 1 Chrome version

0 commit comments

Comments
 (0)