Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Riimu committed Jul 8, 2017
1 parent 2f1e297 commit ba1ec1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ accurately implements the RFC specification unlike the built in function
`parse_url()`, which differs from the specification in some subtle ways.

This library has two main purposes. The first to provide information from the
parsed URLs. To achive this, the library implements the standard URI handling
parsed URLs. To achieve this, the library implements the standard URI handling
interface from the PSR-7 and also provides additional methods that make it
easier to retrieve commonly used information from the URLs. The second purpose
is to also permit the modification of said URLs using the interface from the
Expand Down

0 comments on commit ba1ec1f

Please sign in to comment.