Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
flammel authored Sep 30, 2023
1 parent ac35329 commit 3ae424c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/the-basics/dockerfiles.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ order: 0

The recommended way to deploy Bun, Deno, and Node.js applications is via
[Dockerfiles](https://docs.docker.com/engine/reference/builder/). You can
provided your own Dockerfile or you can let fly.io's
provide your own Dockerfile or you can let fly.io's
[dockerfile generator](https://github.com/fly-apps/dockerfile-node#overview)
produce one for you.

Expand All @@ -18,7 +18,7 @@ fly launch
```

In most cases you won't ever need to edit this Dockerfile directly. Instead you will be
able to use one or more of the may [options](https://github.com/fly-apps/dockerfile-node#options)
able to use one or more of the many [options](https://github.com/fly-apps/dockerfile-node#options)
to make changes. For example:

```cmd
Expand Down

0 comments on commit 3ae424c

Please sign in to comment.