diff --git a/docs/components/7.0/upgrading.md b/docs/components/7.0/upgrading.md index 7c570429..e45396b6 100644 --- a/docs/components/7.0/upgrading.md +++ b/docs/components/7.0/upgrading.md @@ -139,7 +139,7 @@ to version `7.0`, but it is recommended not to use them for new projects. | `HierarchicalPath::createRelativeFromSegments` | `HierarchicalPath::fromRelative` | | `HierarchicalPath::createAbsoluteFromSegments` | `HierarchicalPath::fromAbsolute` | | `Query::createFromParams` | `Query::fromParameters` | -| `Query::createFromPairs` | `Query::fromPirs` | +| `Query::createFromPairs` | `Query::fromPairs` | | `Query::createFromUri` | `Query::fromUri()` | | `Query::createFromRFC3986` | `Query::fromRFC3986` | | `Query::createFromRFC1738` | `Query::fromRFC1738` |