Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit db3d3e0

Browse files
committed
docs: Fix typos in README
1 parent c5443b2 commit db3d3e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ReflectionFunction {
4949
}
5050
```
5151
52-
And here is an example of `RefletionClass`:
52+
And here is an example of `ReflectionClass`:
5353
5454
```typescript
5555
import { ReflectionClass } from 'reflection-function';
@@ -73,7 +73,7 @@ class Person {
7373
}
7474
}
7575

76-
const reflected = new ReflectionClass(person);
76+
const reflected = new ReflectionClass(Person);
7777

7878
console.log(reflected);
7979
```

0 commit comments

Comments
 (0)