Skip to content

Commit c62c7a8

Browse files
committed
fix yaml
1 parent 372af61 commit c62c7a8

File tree

19 files changed

+56
-87
lines changed

19 files changed

+56
-87
lines changed

modules/10-basics/20-typescript-as-a-second-language/en/data.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: TypeScript
33
tips:
44
- |
55
[Telegram Hexlet: JavaScript/TypeScript](https://t.me/hexletcommunity/12)
6-
- >
6+
- |
77
[TypeScript boilerplate](https://github.com/hexlet-boilerplates/typescript-package)
8-
- >
9-
[Playground with the ability
10-
to see the result of TypeScript to JavaScript transpilation](https://www.typescriptlang.org/play)
8+
- |
9+
[Playground with the ability to see the result of TypeScript to JavaScript transpilation](https://www.typescriptlang.org/play)
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
name: Variables
33
tips:
4-
- >
5-
[Method
6-
String.repeat()](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/repeat)
7-
- >
8-
[Official
9-
documentation](https://www.typescriptlang.org/docs/handbook/2/basic-types.html)
4+
- |
5+
[Method String.repeat()](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/repeat)
6+
- |
7+
[Official documentation](https://www.typescriptlang.org/docs/handbook/2/basic-types.html)
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: Arrays
33
tips:
4-
- >
5-
[Official
6-
documentation](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#arrays)
4+
- |
5+
[Official documentation](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#arrays)
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: Enums
33
tips:
4-
- >
5-
[Official
6-
documentation](https://www.typescriptlang.org/docs/handbook/enums.html)
4+
- |
5+
[Official documentation](https://www.typescriptlang.org/docs/handbook/enums.html)
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: Type Any
33
tips:
4-
- >
5-
[Official documentation about
6-
any](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#any)
4+
- |
5+
[Official documentation about any](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#any)
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
name: Type Void
33
tips:
4-
- >
5-
[Official
6-
documentation](https://www.typescriptlang.org/docs/handbook/basic-types.html#void)
7-
- >
8-
[void in TypeScript and
9-
JavaScript](https://fettblog.eu/void-in-javascript-and-typescript/)
4+
- |
5+
[Official documentation](https://www.typescriptlang.org/docs/handbook/basic-types.html#void)
6+
- |
7+
[void in TypeScript and JavaScript](https://fettblog.eu/void-in-javascript-and-typescript/)
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: Function Overloads
33
tips:
4-
- >
5-
[Official
6-
documentation](https://www.typescriptlang.org/docs/handbook/2/functions.html#function-overloads)
4+
- |
5+
[Official documentation](https://www.typescriptlang.org/docs/handbook/2/functions.html#function-overloads)
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
name: Type Narrowing
33
tips:
4-
- >
5-
[Official
6-
documentation](https://www.typescriptlang.org/docs/handbook/2/narrowing.html)
4+
- |
5+
[Official documentation](https://www.typescriptlang.org/docs/handbook/2/narrowing.html)
76
- |
87
[Type Guard](https://basarat.gitbook.io/typescript/type-system/typeguard)
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: Readonly arrays
33
tips:
4-
- >
5-
[Read-Only Array and
6-
Tuple Types in TypeScript](https://mariusschulz.com/blog/read-only-array-and-tuple-types-in-typescript/)
4+
- |
5+
[Read-Only Array and Tuple Types in TypeScript](https://mariusschulz.com/blog/read-only-array-and-tuple-types-in-typescript/)
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: Tuples
33
tips:
4-
- >
5-
[Official documentation
6-
about tuples](https://www.typescriptlang.org/docs/handbook/2/objects.html#tuple-types)
4+
- |
5+
[Official documentation about tuples](https://www.typescriptlang.org/docs/handbook/2/objects.html#tuple-types)

0 commit comments

Comments
 (0)