Skip to content

Commit 167f3b9

Browse files
authored
docs: fix spelling typos in module1.md and list.ts (#558)
- Fixed 'Propoerty' -> 'Property' in module1.md - Fixed 'unorded' -> 'unordered' in list.ts Signed-off-by: Shubh-Raj <shubhraj625@gmail.com>
1 parent b6a2405 commit 167f3b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/content/module1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```
3333
namespace hello@1.0.0
3434
@template
3535
concept HelloWorld {
3636
o String name
3737
}
38-
```
38+
```

src/samples/list.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2929
const NAME = 'List';
30-
export {NAME, MODEL,DATA,TEMPLATE};
30+
export {NAME, MODEL,DATA,TEMPLATE};

0 commit comments

Comments
 (0)