Skip to content

Commit 76be7f9

Browse files
committed
typo
1 parent 922eff3 commit 76be7f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/profilers/ruby_profilers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ At the end of the test run, you will see the message from Test Prof including pa
198198

199199
**NOTE:** RSpec only.
200200

201-
It could be usefule to exclude the application boot and tests load from the RubyProf report to analyze only tests being executed (so you don't have `Kernel#require` being one of the top slowest methods).
201+
It could be useful to exclude the application boot and tests load from the RubyProf report to analyze only tests being executed (so you don't have `Kernel#require` being one of the top slowest methods).
202202

203203
For that, specify the `TEST_RUBY_PROF_BOOT=false` (or "0", or "f") env variable:
204204

0 commit comments

Comments
 (0)