Skip to content

Commit ed94a3c

Browse files
authored
Fix: Typo (#412)
1 parent 1027779 commit ed94a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-6.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Several major changes in version 6.0:
44
- Requires PHP 8.1
55
- The factory has been removed. Use `new` to construct your FeedIO instance: `new \FeedIo\FeedIo($client, $logger)`
66
- Feed IO comes no longer bundled with a default HTTP client, but uses HTTPlug instead. To continue using Guzzle, please require `php-http/guzzle7-adapter`.
7-
- Feed IO does no longer set a custom user agent. However, HTTP clients ususally add a default themselves. If the feed you want to read requires a specific user agent, please configure your HTTP client accordingly, before you inject it into Feed IO.
7+
- Feed IO does no longer set a custom user agent. However, HTTP clients usually add a default themselves. If the feed you want to read requires a specific user agent, please configure your HTTP client accordingly, before you inject it into Feed IO.

0 commit comments

Comments
 (0)