Skip to content

Commit

Permalink
Fix spacing for CORS documentation
Browse files Browse the repository at this point in the history
Turns out that vercel#599 had, in fact, misaligned spaces/tabs. This replaces tabs with spaces for consistency.
  • Loading branch information
IvanSanchez committed Jun 16, 2020
1 parent c81f55c commit 87f9db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const getHelp = () => chalk`
-c, --config Specify custom path to \`serve.json\`
-C, --cors Enable CORS, sets \`Access-Control-Allow-Origin\` to \`*\`
-C, --cors Enable CORS, sets \`Access-Control-Allow-Origin\` to \`*\`
-n, --no-clipboard Do not copy the local address to the clipboard
Expand Down

0 comments on commit 87f9db2

Please sign in to comment.