Skip to content

Commit e191fbe

Browse files
committed
Merge pull request #106 from iozag/ReadmeFix
Fix typo in readme sample
2 parents fa90d27 + 32367e0 commit e191fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Use [stack-generator](https://github.com/stacktracejs/stack-generator) to genera
6767
* **offline: Boolean (default: false)** - Set to `true` to prevent all network requests
6868

6969
#### `StackTrace.instrument(fn, callback, /*optional*/ errback)` => Boolean
70-
Call callback with a _stack trace_ anytime `interestingFn` is called. Returns `true` if given Function is successfully instrumented
70+
Call callback with a _stack trace_ anytime `fn` is called. Returns `true` if given Function is successfully instrumented
7171
* **fn** - Function to wrap, call callback on invocation and call-through
7272
* **callback** - Function to call with stack trace (generated by `StackTrace.get()`) when fn is called
7373
* **errback** - (Optional) Function to call with Error object if there was a problem getting a stack trace.

0 commit comments

Comments
 (0)