Skip to content

Commit

Permalink
docs(): added missing comma in docs example (Teradata#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude authored and emoralesb05 committed May 25, 2018
1 parent 7d1e2cc commit 48af6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/dynamic-forms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class Demo {
name: 'select',
type: TdDynamicElement.Select,
required: true,
selections: ['A','B','C']
selections: ['A','B','C'],
default: 'A',
}, {
name: 'file-input',
Expand Down

0 comments on commit 48af6e3

Please sign in to comment.