Skip to content

Commit cf041db

Browse files
authored
Change "disposable" to "disposal"
1 parent 3187c2d commit cf041db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/debugger/what-is-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When you switch this setting, you change your project from a debug configuration
3636

3737
## When to use a debugger
3838

39-
The debugger is an essential tool to find and fix bugs in your apps. However, context is king, and it is important to leverage all the tools at your disposable to help you quickly eliminate bugs or errors. Sometimes, the right "tool" might be a better coding practice. By learning when to use the debugger vs. some other tool, you will also learn how to use the debugger more effectively.
39+
The debugger is an essential tool to find and fix bugs in your apps. However, context is king, and it is important to leverage all the tools at your disposal to help you quickly eliminate bugs or errors. Sometimes, the right "tool" might be a better coding practice. By learning when to use the debugger vs. some other tool, you will also learn how to use the debugger more effectively.
4040

4141
## Related content
4242

0 commit comments

Comments
 (0)