Skip to content

Commit

Permalink
Small fix to test travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JJediny committed Dec 22, 2015
1 parent e86280c commit 28ab003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ <h2>Schema</h2>
uniqueItems: true,
items: {
type: "object",
title: "Milestone or Duration",
title: "Tasks",
headerTemplate: "{{ self.name }} [{{ self.taskType }}]",
properties: {
name: {
Expand All @@ -394,7 +394,7 @@ <h2>Schema</h2>
},
taskType: {
type: "string",
title: "Milestone Type",
title: "Task Type",
enum: ["options","provided","through","describedBy"],
default: "options"
},
Expand Down

0 comments on commit 28ab003

Please sign in to comment.