Skip to content

Commit 36eb1d3

Browse files
authored
Experimental Dockerfile: Fix typo in setup command (#9577)
1 parent 6459562 commit 36eb1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/experimental/setupDockerHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ export async function handler({ force }) {
311311
"Lastly, ensure you have Docker. If you don't, see https://docs.docker.com/desktop/",
312312
'',
313313
"There's a lot in the Dockerfile and there's a reason for every line.",
314-
'Be sure to check ou the docs: https://redwoodjs.com/docs/docker',
314+
'Be sure to check out the docs: https://redwoodjs.com/docs/docker',
315315
].join('\n')
316316
)
317317
} catch (e) {

0 commit comments

Comments
 (0)