Skip to content

Commit a77bba4

Browse files
docs: fix typo in docs
1 parent 69a543b commit a77bba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/typescript/06-service-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ console.log(tokenValueA === tokenValueB);
6565
// returns false, as Tokens are always unique
6666
```
6767

68-
### Difference between Token and string identifier
68+
## Difference between Token and string identifier
6969

7070
They both achieve the same goal, however, it's recommended to use `Tokens` as they are type-safe and cannot be mistyped,
7171
while a mistyped string identifier will silently return `undefined` as value by default.

0 commit comments

Comments
 (0)