You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- replaced "out of the box" with "ready to use" per word-choice rules
- removed passive "is required" and vague "robust" claim
- folded into concrete capability sentence
Copy file name to clipboardExpand all lines: docs/guides/typescript-support.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ description: You can learn about using typescript with the DHTMLX JavaScript Piv
6
6
7
7
# TypeScript support
8
8
9
-
DHTMLX Pivot ships TypeScript definitions starting from v2.0. The definitions work out of the box — no extra configuration is required.
9
+
DHTMLX Pivot ships TypeScript definitions starting from v2.0. The definitions are ready to use — no extra configuration needed.
10
10
11
11
:::info
12
12
Try Pivot live in the [Snippet Tool](https://snippet.dhtmlx.com/y2buoahe).
13
13
:::
14
14
15
15
## Advantages of TypeScript
16
16
17
-
TypeScript makes the development process more robust. Type checking and autocompletion catch potential mistakes early, and the bundled definitions tell you exactly which data types the DHTMLX Pivot API expects.
17
+
Type checking and autocompletion catch mistakes early, and the bundled definitions tell you exactly which data types the DHTMLX Pivot API expects.
0 commit comments