Skip to content

Commit e2e2170

Browse files
author
David Wimmer
authored
Update README.md (#1231)
- typo in README.m #L117
1 parent f8d5bf8 commit e2e2170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ the [`RetryClient()`][new RetryClient] constructor.
114114

115115
## Choosing an implementation
116116

117-
There are multiple implementations of the `package:http` [`Client`][client] interface. By default, `package:http` uses [`BrowserClient`][browserclient] on the web and [`IOClient`][ioclient] on all other platforms. You an choose a different [`Client`][client] implementation based on the needs of your application.
117+
There are multiple implementations of the `package:http` [`Client`][client] interface. By default, `package:http` uses [`BrowserClient`][browserclient] on the web and [`IOClient`][ioclient] on all other platforms. You can choose a different [`Client`][client] implementation based on the needs of your application.
118118

119119
You can change implementations without changing your application code, except
120120
for a few lines of [configuration](#2-configure-the-http-client).

0 commit comments

Comments
 (0)