We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618b389 commit 7de4dfbCopy full SHA for 7de4dfb
doc/api/policy.md
@@ -166,9 +166,9 @@ only with care after auditing a module to ensure its behavior is valid.
166
167
#### Example: Patched Dependency
168
169
-Since a dependency can be redirected, you can provide attenuated or modified
170
-forms of dependencies as fits your application. For example, you could log
171
-data about timing of function durations by wrapping the original:
+Redirected dependencies can provide attenuated or modified functionality as fits
+the application. For example, log data about timing of function durations by
+wrapping the original:
172
173
```js
174
const original = require('fn');
0 commit comments