Skip to content

Commit 7de4dfb

Browse files
TrottMylesBorins
authored andcommitted
doc: remove personal pronoun usage in policy.md
Per our style guide, avoid personal pronouns (I, you, we, etc.) in reference documentation. PR-URL: #32142 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 618b389 commit 7de4dfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/policy.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ only with care after auditing a module to ensure its behavior is valid.
166166

167167
#### Example: Patched Dependency
168168

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:
169+
Redirected dependencies can provide attenuated or modified functionality as fits
170+
the application. For example, log data about timing of function durations by
171+
wrapping the original:
172172

173173
```js
174174
const original = require('fn');

0 commit comments

Comments
 (0)