Skip to content

Commit 2942db3

Browse files
committed
Fix typo
1 parent 308f098 commit 2942db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To use the web service API, you must create a new `WebServiceClient` using the
5252
`WebServiceClient.Builder`. You must provide the `Builder` constructor your
5353
MaxMind `accountId` and `licenseKey`. To use the GeoLite2 web services instead
5454
of GeoIP2, set the `host` method on the builder to `geolite.info`. To use
55-
the Sandbox GeoIP2 web services intead of the production GeoIP2 web
55+
the Sandbox GeoIP2 web services instead of the production GeoIP2 web
5656
services, set the `host` method on the builder to `sandbox.maxmind.com`.
5757
You may also set a `timeout` or set the `locales` fallback order using the
5858
methods on the `Builder`. After you have created the `WebServiceClient`,

0 commit comments

Comments
 (0)