Skip to content

Commit 88e4a42

Browse files
committed
fix typo to clarify nls string, microsoft#98576
1 parent ceb87a1 commit 88e4a42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/callHierarchy/browser/callHierarchyTree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export class AccessibilityProvider implements IListAccessibilityProvider<Call> {
154154
if (this.getDirection() === CallHierarchyDirection.CallsFrom) {
155155
return localize('from', "calls from {0}", element.item.name);
156156
} else {
157-
return localize('to', "callers fo {0}", element.item.name);
157+
return localize('to', "callers of {0}", element.item.name);
158158
}
159159
}
160160
}

0 commit comments

Comments
 (0)