We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e883b commit 48caf9cCopy full SHA for 48caf9c
doc/index.md
@@ -30,7 +30,7 @@ It includes the following decorators:
30
* [@property](./@property.md)
31
* [@event](./@event.md)
32
* [@bind](./@bind.md)
33
- * [@getById](./@getbyId.md)
+ * [@getById](./@getById.md)
34
* Related to [dependency injection](https://en.wikipedia.org/wiki/Dependency_injection):
35
* [@inject](./@inject.md)
36
* [@injectable](./@injectable.md)
@@ -64,4 +64,4 @@ Check your `tsconfig.json` to ensure the compiler options `experimentalDecorator
64
}
65
```
66
67
-After this you're good to go.
+After this you're good to go.
0 commit comments