Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit 9ee30ef

Browse files
committed
...
1 parent 4af5fc1 commit 9ee30ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/lists.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
// <https://github.com/gorhill/httpswitchboard/issues/66>, a higher granularity
4343
// is desirable:
4444
//
45-
// - self: `type|dmain`
45+
// - self: `type|domain`
4646
// - ancestor: inherit from `type|ancestor domain`
4747
// - domain: inherit from `*|domain` or `*|ancestor domain`
4848
// - type: inherit from `type|*`
4949
// - all: inherit from `*|*`
5050
//
5151
// So `pale` and `dark` stays (ie. `rDt`, `gPp`, etc.), but a new character
52-
// would be added in order to convey more details about how the
53-
// indirect (`pale`) status was inherited.
52+
// would be added in order to convey more details about how the status
53+
// was inherited.
5454

5555
/******************************************************************************/
5656
/******************************************************************************/

0 commit comments

Comments
 (0)