mirror of
https://github.com/gibbok/typescript-book
synced 2024-11-16 19:47:27 +01:00
fix typo in bullet formatting (#22)
This commit is contained in:
parent
fd17b26326
commit
b0dca40d04
1 changed files with 2 additions and 1 deletions
|
@ -251,7 +251,8 @@ Some of the benefits of TypeScript:
|
|||
- Static typing, optionally strongly typed
|
||||
- Type Inference
|
||||
- Access to ES6 and ES7 features
|
||||
- Cross-Platform and Cross-browser Compatibility \* Tooling support with IntelliSense
|
||||
- Cross-Platform and Cross-browser Compatibility
|
||||
- Tooling support with IntelliSense
|
||||
|
||||
### TypeScript and JavaScript
|
||||
|
||||
|
|
Loading…
Reference in a new issue