Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Mar 8, 2018
1 parent c6f218c commit add5164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/5.0/uri/extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class Mailto extends AbstractUri

$path = implode(',', array_map('rawurlencode', $emails));

return new static::createFromComponents(['scheme' => mailto', 'path' => $path]);
return new static::createFromComponents(['scheme' => 'mailto', 'path' => $path]);
}
}
~~~
Expand Down

0 comments on commit add5164

Please sign in to comment.