mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 21:07:48 +00:00
[python] fix typo in install.ts comment (#8442)
overriden -> overridden
This commit is contained in:
@@ -96,7 +96,7 @@ interface InstallRequirementArg {
|
||||
}
|
||||
|
||||
// note that any internal dependency that vc_init.py requires that's installed
|
||||
// with this function can get overriden by a newer version from requirements.txt,
|
||||
// with this function can get overridden by a newer version from requirements.txt,
|
||||
// so vc_init should do runtime version checks to be compatible with any recent
|
||||
// version of its dependencies
|
||||
export async function installRequirement({
|
||||
|
||||
Reference in New Issue
Block a user