We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4282c5 commit 7143548Copy full SHA for 7143548
README.md
@@ -14,7 +14,7 @@ vscode extension for generate call graph in [graphviz dot language](https://www.
14
3. Or Run `CallGraph.showIncomingCallGraph` command using `Ctrl+Shift+P` or context menu to show incoming calls
15
16
## How it works
17
-It dependents `vscode.provideOutgoingCalls` and `vscode.provideIncomingCalls` built-in commands.
+It depends `vscode.provideOutgoingCalls` and `vscode.provideIncomingCalls` built-in commands.
18
19
### For more information
20
* [GitHub](https://github.com/beicause/call-graph)
0 commit comments