Correct typos in docs

This commit is contained in:
Kevin Sawicki 2016-06-16 15:19:38 -07:00
parent 64ae5cf5a1
commit 094098b571
5 changed files with 7 additions and 7 deletions

View file

@ -424,7 +424,7 @@ Clears the recent documents list.
This method sets the current executable as the default handler for a protocol
(aka URI scheme). It allows you to integrate your app deeper into the operating
system. Once registered, all links with `your-protocol://` will be openend with
system. Once registered, all links with `your-protocol://` will be opened with
the current executable. The whole link, including protocol, will be passed to
your application as a parameter.