From 3ae424c93e833a9d354b0cf2ae44db5032af4ddf Mon Sep 17 00:00:00 2001 From: Florian Lammel Date: Sat, 30 Sep 2023 12:13:47 +0200 Subject: [PATCH] Fix typos --- js/the-basics/dockerfiles.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/the-basics/dockerfiles.html.md b/js/the-basics/dockerfiles.html.md index 5a6990aed4..e2d8a25dcb 100644 --- a/js/the-basics/dockerfiles.html.md +++ b/js/the-basics/dockerfiles.html.md @@ -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. @@ -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