File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ concept HelloWorld {
2727}
2828```
2929
30- - Step 4: Add a new [ String Propoerty ] ( https://concerto.accordproject.org/docs/design/specification/model-properties ) to the Concept.
30+ - Step 4: Add a new [ String Property ] ( https://concerto.accordproject.org/docs/design/specification/model-properties ) to the Concept.
3131
3232```
3333namespace hello@1.0.0
3434@template
3535concept HelloWorld {
3636 o String name
3737}
38- ```
38+ ```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ concept Person {
55 o String[] middleNames
66}` ;
77
8- const TEMPLATE = `> Ordered and unorded list expansion
8+ const TEMPLATE = `> Ordered and unordered list expansion
99
1010## Lists
1111
@@ -27,4 +27,4 @@ const DATA = {
2727} ;
2828
2929const NAME = 'List' ;
30- export { NAME , MODEL , DATA , TEMPLATE } ;
30+ export { NAME , MODEL , DATA , TEMPLATE } ;
You can’t perform that action at this time.
0 commit comments