From ab2adecaea588f619a4fa7530ea51fdf925d1af3 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Fri, 7 Jul 2017 12:46:35 +0200 Subject: [PATCH] Fix typo --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 6a00343..34957dc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,7 +24,7 @@ Usually you don't have to change the resolver. If you want to use a custom confi ### Address Resolution -`Amp\Dns\resolve` provides hostname to IP address resolution. It returns an array of IPv4 and IPv6 addresses by default. The type of IP addresses returned can be restricted by passing a second argument with the respective time. +`Amp\Dns\resolve` provides hostname to IP address resolution. It returns an array of IPv4 and IPv6 addresses by default. The type of IP addresses returned can be restricted by passing a second argument with the respective type. ```php // Example without type restriction. Will return IPv4 and / or IPv6 addresses.