We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2e927 commit 6fe3b43Copy full SHA for 6fe3b43
TESTING.md
@@ -72,7 +72,7 @@ You can test against an in-memory local DNS by following these steps:
72
The `delay` parameter determines if change requests should be processed synchronously
73
(value `0`) or in a separate thread with a minimum of delay of `delay` milliseconds.
74
75
-2. In your program, create the DNS service by using helper's `options()` method. For example:
+2. In your program, create the DNS service by using the helper's `options()` method. For example:
76
77
```java
78
Dns dns = LocalDnsHelper.options().service();
0 commit comments