Skip to content

Commit b8337ff

Browse files
committed
docs: fix spelling error
1 parent 838ecda commit b8337ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.en-US.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
## Unit Test
1515

1616
- All new features need to have a test case
17-
- Test cases should be paased if you modified the old code
17+
- Test cases should be passed if you modified the old code
1818

19-
## Commiting
19+
## Commit
2020

2121
- All commits need to follow the [angular commit-message-format](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines)
2222
- Linting before committing

README.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ a tool generate json schema from typescript.
1010
## Feature
1111

1212
- compile Typescript to get all type information
13-
- convert properties, extendings, annotations, and initial values to jsonschema
13+
- convert properties, extends, annotations, and initial values to jsonschema
1414

1515
## Usage
1616

docs/index.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> some examples of type parsement
1+
> some examples of type resolution
22
33
- [Interface](interface.en-US.md)
44
- [1.1 Basic Types](interface.en-US.md#11-basic-types)

0 commit comments

Comments
 (0)