Skip to content

Commit 7d1d795

Browse files
authored
typo
1 parent 366d70f commit 7d1d795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • experimental/packages/opentelemetry-instrumentation

experimental/packages/opentelemetry-instrumentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ to avoid leaking information from one provider to the other because there are a
221221

222222
## Limitations
223223

224-
Instrumentations for external modules (e.g. express, mongodb,...) hook the `require` call. Therefore following conditions need to be met that this mechanism can work:
224+
Instrumentations for external modules (e.g. express, mongodb,...) hooks the `require` call. Therefore following conditions need to be met that this mechanism can work:
225225

226226
* `require` is used. ECMA script modules (using `import`) is not supported as of now
227227
* Instrumentations are registered **before** the module to instrument is `require`ed

0 commit comments

Comments
 (0)