Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Small typo fix #162

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Cookies.php
Expand Up @@ -78,7 +78,7 @@ public static function fromString($string)
{
throw new Exception\RuntimeException(
__CLASS__ . '::' . __FUNCTION__ . ' should not be used as a factory, use '
. __NAMESPACE__ . '\Headers::fromtString() instead.'
. __NAMESPACE__ . '\Headers::fromString() instead.'
);
}

Expand Down