Skip to content

Commit 6d5eecd

Browse files
committed
fix(docs): grammar
1 parent 617b8bf commit 6d5eecd

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/profilers/factory_prof.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The wider column the more often this stack appears.
8585

8686
The `root` cell shows the total number of `create` calls.
8787

88-
## Acknowledgements
88+
## Acknowledgments
8989

9090
- Thanks to [Martin Spier](https://github.com/spiermar) for [d3-flame-graph](https://github.com/spiermar/d3-flame-graph)
9191

docs/recipes/tests_sampling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tests Sampling
22

3-
Sometimes it's useful to run profilers against randomly chosen tests. Unfortunetaly, test frameworks don't support such functionality. That's why we've included small patches for RSpec and Minitest in TestProf.
3+
Sometimes it's useful to run profilers against randomly chosen tests. Unfortunately, test frameworks don't support such functionality. That's why we've included small patches for RSpec and Minitest in TestProf.
44

55
## Instructions
66

forspell.dict

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# If you want to add word with its forms, you can write 'word: example' (without quotes) on the line,
33
# where 'example' is existing word with the same possible forms (endings) as your word.
44
# Example: deduplicate: duplicate
5-
Acknowledgements
65
atomicity
76
Benoit
87
block-matchers
@@ -19,4 +18,4 @@ Spier
1918
stackprof
2019
Stackprof
2120
Tigeot
22-
Unfortunetaly
21+
integrations

0 commit comments

Comments
 (0)