1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00

doc: fix duplicated words 'use of use of' (#11230)

This commit is contained in:
TED@Hexaflow 2021-07-03 01:26:20 +07:00 committed by GitHub
parent 4ae50f5c06
commit a70e2249cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,9 +6,9 @@ options frustrates that goal. To make things easier, Deno configures TypeScript
to "just work" and shouldn't require additional configuration. to "just work" and shouldn't require additional configuration.
That being said, Deno does support using a TypeScript configuration file, though That being said, Deno does support using a TypeScript configuration file, though
like the rest of Deno, the detection and use of use of a configuration file is like the rest of Deno, the detection and use of a configuration file is not
not automatic. To use a TypeScript configuration file with Deno, you have to automatic. To use a TypeScript configuration file with Deno, you have to provide
provide a path on the command line. For example: a path on the command line. For example:
``` ```
> deno run --config ./tsconfig.json main.ts > deno run --config ./tsconfig.json main.ts