@@ -56,7 +56,7 @@ enabled.
5656
5757If you will be making web service requests, you must have the PHP
5858[ cURL extension] ( https://php.net/manual/en/book.curl.php )
59- installed to use this archive. For Debian based distributions, this can
59+ installed to use this archive. For Debian- based distributions, this can
6060typically be found in the ` php-curl ` package. For other operating
6161systems, please consult the relevant documentation. After installing the
6262extension you may need to restart your web server.
@@ -388,17 +388,17 @@ following:
388388
389389### What data is returned? ###
390390
391- While many of the end points return the same basic records, the attributes
392- which can be populated vary between end points . In addition, while an end
393- point may offer a particular piece of data, MaxMind does not always have every
394- piece of data for any given IP address.
391+ While many of the endpoints return the same basic records, the attributes
392+ which can be populated vary between endpoints . In addition, while an
393+ endpoint may offer a particular piece of data, MaxMind does not always have
394+ every piece of data for any given IP address.
395395
396- Because of these factors, it is possible for any end point to return a record
396+ Because of these factors, it is possible for any endpoint to return a record
397397where some or all of the attributes are unpopulated.
398398
399399See the
400400[ GeoIP2 web service docs] ( https://dev.maxmind.com/geoip/docs/web-services?lang=en )
401- for details on what data each end point may return.
401+ for details on what data each endpoint may return.
402402
403403The only piece of data which is always returned is the ` ipAddress `
404404attribute in the ` GeoIp2\Record\Traits ` record.
@@ -445,7 +445,7 @@ If you are having an issue with a MaxMind service that is not specific
445445to the client API, please see
446446[ our support page] ( https://www.maxmind.com/en/support ) .
447447
448- ## Requirements ##
448+ ## Requirements ##
449449
450450This library requires PHP 8.1 or greater.
451451
0 commit comments