Skip to content

Commit 6fe3b43

Browse files
committed
Missing article.
1 parent ca2e927 commit 6fe3b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You can test against an in-memory local DNS by following these steps:
7272
The `delay` parameter determines if change requests should be processed synchronously
7373
(value `0`) or in a separate thread with a minimum of delay of `delay` milliseconds.
7474

75-
2. In your program, create the DNS service by using helper's `options()` method. For example:
75+
2. In your program, create the DNS service by using the helper's `options()` method. For example:
7676

7777
```java
7878
Dns dns = LocalDnsHelper.options().service();

0 commit comments

Comments
 (0)