Skip to content

Commit

Permalink
docs(decisions): fix typos (#4591)
Browse files Browse the repository at this point in the history
  • Loading branch information
roj1512 authored and kentcdodds committed Dec 15, 2022
1 parent 61fc3c3 commit 4cb765c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Expand Up @@ -363,6 +363,7 @@
- RomanSavarin
- ronnylt
- rossipedia
- roj1512
- RossJHagan
- RossMcMillan92
- rowinbot
Expand Down
Expand Up @@ -12,7 +12,7 @@ Deno has three ways to manage dependencies:
2. [deps.ts](https://deno.land/manual/examples/manage_dependencies)
3. [Import maps](https://deno.land/manual/linking_to_external_code/import_maps)

Additionally, NPM packages can be accessed as Deno modules via [Deno-friendly CDNs](https://deno.land/manual/node/cdns#deno-friendly-cdns) like https://esm.sh .
Additionally, NPM packages can be accessed as Deno modules via [Deno-friendly CDNs](https://deno.land/manual/node/cdns#deno-friendly-cdns) like https://esm.sh.

Remix has some requirements around dependencies:

Expand Down Expand Up @@ -78,7 +78,7 @@ Remix will not yet support import maps.

## Consequences

- URL imports will not be treeshaken
- URL imports will not be treeshaken.
- Users can specify environment via the `NODE_ENV` environment variable at runtime.
- Users won't have to do error-prone, manual dependency resolution.

Expand Down

0 comments on commit 4cb765c

Please sign in to comment.