Skip to content

Commit

Permalink
docs: fix typo (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
IzhakJakov authored Sep 10, 2022
1 parent 50aeb90 commit 6afb674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ when running packer compile.
config = {
profile = {
enable = true,
threshold = 1 -- the amount in ms that a plugins load time must be over for it to be included in the profile
threshold = 1 -- the amount in ms that a plugin's load time must be over for it to be included in the profile
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion doc/packer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ Setup via config >
config = {
profile = {
enable = true,
threshold = 1 -- the amount in ms that a plugins load time must be over for it to be included in the profile
threshold = 1 -- the amount in ms that a plugin's load time must be over for it to be included in the profile
}
}
<
Expand Down

0 comments on commit 6afb674

Please sign in to comment.