Skip to content

Commit bf9dabb

Browse files
bacqueyrissesbmuenzenmeyermikeesto
authored
style: fix typo in comment: "to to" -> "to" for clarity. (#6542)
* style: fix typo in comment: "to to" -> "to" for clarity. * Update next.constants.mjs Co-authored-by: Michael Esteban <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> --------- Signed-off-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Michael Esteban <[email protected]>
1 parent 5b1a093 commit bf9dabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.constants.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const VERCEL_REVALIDATE = Number(
2525
);
2626

2727
/**
28-
* This is used for telling Next.js to to a Static Export Build of the Website
28+
* This is used for telling Next.js to do a Static Export Build of the Website
2929
*
3030
* This is used for static/without a Node.js server hosting, such as on our
3131
* legacy Website Build Environment on Node.js's DigitalOcean Droplet.

0 commit comments

Comments
 (0)