Skip to content

Commit

Permalink
Merge pull request #458 from ferhatelmas/ferhat/worker-type-typo
Browse files Browse the repository at this point in the history
Fix a typo in readme of npm types
  • Loading branch information
fhanau authored Mar 27, 2023
2 parents f84e794 + 53a160c commit 563e832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/workers-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ To use one of these entrypoints, you need to specify them in your `tsconfig.json

### Importable Types

It's not always possible (or desirable) to modify the `tsconfig.json` settings for a project to include all the Cloudflare Workers types. For use cases like that, this package provides importable versions of it's types, which are usable with no additional `tsconfig.json` setup. For example:
It's not always possible (or desirable) to modify the `tsconfig.json` settings for a project to include all the Cloudflare Workers types. For use cases like that, this package provides importable versions of its types, which are usable with no additional `tsconfig.json` setup. For example:

```ts
import type { Request as WorkerRequest, ExecutionContext } from "@cloudflare/workers-types/experimental"
Expand Down

0 comments on commit 563e832

Please # to comment.