mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 12:57:47 +00:00
chore: fix some typos in comments (#11459)
Signed-off-by: careworry <worrycare@outlook.com> Co-authored-by: Sean Massa <EndangeredMassa@gmail.com>
This commit is contained in:
@@ -186,7 +186,7 @@ export const build: BuildV3 = async ({
|
||||
if (meta.avoidTopLevelInstall && fileAtRoot) {
|
||||
debug('Skipping `bundle install` — already handled by Install Command');
|
||||
} else {
|
||||
// try installing. this won't work if native extesions are required.
|
||||
// try installing. this won't work if native extensions are required.
|
||||
// if that's the case, gems should be vendored locally before deploying.
|
||||
await bundleInstall(
|
||||
bundlerPath,
|
||||
@@ -221,7 +221,7 @@ export const build: BuildV3 = async ({
|
||||
);
|
||||
|
||||
// in order to allow the user to have `server.rb`, we need our `server.rb` to be called
|
||||
// somethig else
|
||||
// something else
|
||||
const handlerRbFilename = 'vc__handler__ruby';
|
||||
|
||||
const outputFiles: Files = await glob('**', workPath);
|
||||
|
||||
Reference in New Issue
Block a user