Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc wording
  • Loading branch information
bmeck committed Jul 24, 2019
commit 282ed3f81e5132d4c4f04e866d728ebc75152524
6 changes: 3 additions & 3 deletions doc/api/policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ resources to be considered valid.
### Dependency Redirection

An application may need to ship patched versions of modules or to prevent
modules from allowing all modules access to all other modules. In order to
do so redirection can be used by intercepting attempts to load the modules
wishing to be replaced.
modules from allowing all modules access to all other modules. Redirection
can be used by intercepting attempts to load the modules wishing to be
replaced.

```json
{
Expand Down