Skip to content

Commit

Permalink
fix: comment typo (vercel#2500)
Browse files Browse the repository at this point in the history
accross -> across
  • Loading branch information
eltociear authored Nov 1, 2022
1 parent aa284f3 commit 53c805d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/lockfile/lockfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/vercel/turbo/cli/internal/turbopath"
)

// Lockfile Interface for general operations that work accross all lockfiles
// Lockfile Interface for general operations that work across all lockfiles
type Lockfile interface {
// ResolvePackage Given a workspace, a package it imports and version returns the key, resolved version, and if it was found
ResolvePackage(workspacePath turbopath.AnchoredUnixPath, name string, version string) (Package, error)
Expand Down

0 comments on commit 53c805d

Please sign in to comment.