You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dl...@apache.org on 2017/12/05 19:57:07 UTC

[3/4] incubator-edgent-samples git commit: fix IDE clone template doc

fix IDE clone template doc


Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/commit/926d4883
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/tree/926d4883
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/diff/926d4883

Branch: refs/heads/develop
Commit: 926d488385b6f041373647e729e8c42f16e20281
Parents: f16cdda
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Tue Dec 5 14:41:03 2017 -0500
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Tue Dec 5 14:41:03 2017 -0500

----------------------------------------------------------------------
 IDE_USE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/926d4883/IDE_USE.md
----------------------------------------------------------------------
diff --git a/IDE_USE.md b/IDE_USE.md
index bcca89d..a207419 100644
--- a/IDE_USE.md
+++ b/IDE_USE.md
@@ -86,7 +86,7 @@ To clone the template project for your application project:
 Verify you can run the imported template app:
 
 1. From the Eclipse *Navigate* menu, select *Open Type*
-   + enter type type name `TemplateApp` and click *OK*
+   + enter type name `TemplateApp` and click *OK*
 2. right click on the `TemplateApp` class name and from the context menu
    + click on *Run As*, then *Java application*.  
   `TemplateApp` runs and prints to the Console view.