diff --git a/packages/cli/src/commands/experimental/setupDockerHandler.js b/packages/cli/src/commands/experimental/setupDockerHandler.js index 6e4824e8c0c0..c4f9170aea67 100644 --- a/packages/cli/src/commands/experimental/setupDockerHandler.js +++ b/packages/cli/src/commands/experimental/setupDockerHandler.js @@ -311,7 +311,7 @@ export async function handler({ force }) { "Lastly, ensure you have Docker. If you don't, see https://docs.docker.com/desktop/", '', "There's a lot in the Dockerfile and there's a reason for every line.", - 'Be sure to check ou the docs: https://redwoodjs.com/docs/docker', + 'Be sure to check out the docs: https://redwoodjs.com/docs/docker', ].join('\n') ) } catch (e) {