Repository: cordova-docs Updated Branches: refs/heads/master 121add09a -> 31ec6ad6a
Fixed tiny typo This closes #693 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/31ec6ad6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/31ec6ad6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/31ec6ad6 Branch: refs/heads/master Commit: 31ec6ad6ad1441bd8f4c1dc4c24e978661a87fdd Parents: 121add0 Author: Karim Frenn <[email protected]> Authored: Tue Apr 18 15:29:39 2017 +0100 Committer: Shazron Abdullah <[email protected]> Committed: Mon Apr 24 18:23:10 2017 -0700 ---------------------------------------------------------------------- www/docs/en/dev/guide/cli/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/31ec6ad6/www/docs/en/dev/guide/cli/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/cli/index.md b/www/docs/en/dev/guide/cli/index.md index 0e0f393..01e5c1f 100644 --- a/www/docs/en/dev/guide/cli/index.md +++ b/www/docs/en/dev/guide/cli/index.md @@ -255,7 +255,7 @@ Instead, the top-level `merges` directory offers a place to specify assets to deploy on specific platforms. Each platform-specific subdirectory within `merges` mirrors the directory structure of the `www` source tree, allowing you to override or add files as needed. -For example, here is how you might uses `merges` to boost the default +For example, here is how you might use `merges` to boost the default font size for Android devices: * Edit the `www/index.html` file, adding a link to an additional CSS --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
