Browse Source

docs: fix a minor typo

Remove extra `will`
Prayag Verma 9 years ago
parent
commit
367a3524b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/content-tracing.md

+ 1 - 1
docs/api/content-tracing.md

@@ -155,7 +155,7 @@ called.
 * `eventName` String
 * `callback` Function
 
-`callback` will will be called every time the given event occurs on any
+`callback` will be called every time the given event occurs on any
 process.
 
 ### `contentTracing.cancelWatchEvent()`