Skip to content

Commit 73d42ff

Browse files
authored
fix typo
1 parent d169ac1 commit 73d42ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plugins/explicitDependencyImportCheckPlugin/ExplicitDependencyImportCheckPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extension ExplicitDependencyImportCheckPlugin {
6161
guard !unusedDependencies.isEmpty else { return [] }
6262

6363
var warningText = "warning: \(unusedDependencies.count) Extraneous dependencies found for \(target.name) ⚠️⚠️\n"
64-
warningText += unusedDependencies.map { "👉 \($0) is an extraneous depdnency" }
64+
warningText += unusedDependencies.map { "👉 \($0) is an extraneous dependency" }
6565
.joined(separator: "\n")
6666

6767
let echoTool = try context.tool(named: "echo")

0 commit comments

Comments
 (0)