Skip to content

Commit 82700f3

Browse files
committed
fix typo in README
1 parent 0eaa243 commit 82700f3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/templates/README.template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,16 @@ ServDiscovery sends requests to the Endpoint as a **JSON HTTP Request**:
3636
{ { file.examples/payload.json } }
3737
```
3838

39-
This example tell the Endpoint that...
39+
This example tells the Endpoint that...
4040

4141
| Available | Unavailable |
4242
| -------------------- | --------------------------- |
4343
| whoami.mydomain.com | whoami-backup.mydomain.com |
4444
| website.mydomain.com | website-backup.mydomain.com |
4545
| auth.mydomain.com | auth-backup.mydomain.com |
4646

47+
... is (un)available
48+
4749
This way (if the Endpoint is used by a LoadBalancer) the Owner of the Endpoint can now delete the `*-backup.mydomain.com` records from a Registry,
4850
thus updating the list of routable Containers / Services.
4951

0 commit comments

Comments
 (0)