You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/10/25 17:30:08 UTC

[3/4] docs commit: clarify searches match substrings

clarify searches match substrings


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/0f0890de
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/0f0890de
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/0f0890de

Branch: refs/heads/master
Commit: 0f0890deea893f39062a67f23fad547732eab5fd
Parents: 9a57122
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Oct 24 16:17:00 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Oct 25 08:29:51 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/cli/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/0f0890de/docs/en/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md
index 4be4e1c..05f5513 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -238,7 +238,7 @@ additional plugins provided by the community, can be found at
 [plugins.cordova.io](http://plugins.cordova.io/). You can use
 the CLI to search for plugins from this registry. For example,
 searching for `bar` and `code` produces a single result that matches
-both terms:
+both substrings:
 
         $ cordova plugin search bar code