Skip to content

Commit 3648d6e

Browse files
Fix typo in permission error message in word companion
1 parent 0c2163c commit 3648d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XcodePlugin/BookmarkedURL.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ enum BookmarkedURL {
1616
return bookmarkedURL
1717
}
1818
throw error(
19-
"The directory '\(url.lastPathComponent)' could not be opened. Grant permission in the componion app."
19+
"The directory '\(url.lastPathComponent)' could not be opened. Grant permission in the companion app."
2020
)
2121
}
2222

0 commit comments

Comments
 (0)