Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
  • Loading branch information
Stebalien and aschmahmann committed Jul 22, 2021
1 parent 3745047 commit 9c1bb99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/debug-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ that goroutine in the middle of a short wait for something. If the wait time is
over a few minutes, that either means that goroutine doesn't do much, or
something is pretty wrong.

If you're seeing a lot of goroutines, conside rusing
If you're seeing a lot of goroutines, consider using
[stackparse](https://github.com/whyrusleeping/stackparse) to filter, sort, and summarize them.

### Analyzing the CPU Profile
Expand All @@ -100,4 +100,3 @@ The output is JSON formatted and includes badger store statistics, the command l
If you have any questions, or want us to analyze some weird go-ipfs behaviour,
just let us know, and be sure to include all the profiling information
mentioned at the top.

0 comments on commit 9c1bb99

Please sign in to comment.