Skip to content

Commit 48caf9c

Browse files
authored
Fix link for getById
1 parent d7e883b commit 48caf9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ It includes the following decorators:
3030
* [@property](./@property.md)
3131
* [@event](./@event.md)
3232
* [@bind](./@bind.md)
33-
* [@getById](./@getbyId.md)
33+
* [@getById](./@getById.md)
3434
* Related to [dependency injection](https://en.wikipedia.org/wiki/Dependency_injection):
3535
* [@inject](./@inject.md)
3636
* [@injectable](./@injectable.md)
@@ -64,4 +64,4 @@ Check your `tsconfig.json` to ensure the compiler options `experimentalDecorator
6464
}
6565
```
6666

67-
After this you're good to go.
67+
After this you're good to go.

0 commit comments

Comments
 (0)