Docs: Fix typos. (Closes #26)
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/c2df6d65 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/c2df6d65 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/c2df6d65 Branch: refs/heads/master Commit: c2df6d65aed36d1e6873511830bb34d27e5356ea Parents: 9651eed Author: Ian Clelland <[email protected]> Authored: Thu Feb 13 11:26:49 2014 -0500 Committer: Ian Clelland <[email protected]> Committed: Thu Feb 13 11:26:49 2014 -0500 ---------------------------------------------------------------------- doc/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/c2df6d65/doc/index.md ---------------------------------------------------------------------- diff --git a/doc/index.md b/doc/index.md index 23d3c63..0b42623 100644 --- a/doc/index.md +++ b/doc/index.md @@ -47,7 +47,7 @@ There are multiple valid locations to store persistent files on an Android device. See [this page](http://developer.android.com/guide/topics/data/data-storage.html) for an extensive discussion of the various possibilities. -Previous versions of thie plugin would choose the location of the temporary and +Previous versions of the plugin would choose the location of the temporary and persistent files on startup, based on whether the device claimed that the SD Card (or equivalent storage partition) was mounted. If the SD Card was mounted, or if a large internal storage partition was available (such as on Nexus @@ -100,7 +100,7 @@ persistent filesystem, then the "internal" setting is generally recommended. ### iOS Persistent storage location There are two valid locations to store persistent files on an iOS device: the -Documents directory and the Library directory. Previous versions of thie plugin +Documents directory and the Library directory. Previous versions of the plugin only ever stored persistent files in the Documents directory. This had the side-effect of making all of an application's files visible in iTunes, which was often unintended, especially for applications which handle lots of small
