Skip to content

Commit 0eaf2eb

Browse files
[update] grammar pass on TypeScript support guide
- 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
1 parent 0b5008b commit 0eaf2eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/guides/typescript-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ description: You can learn about using typescript with the DHTMLX JavaScript Piv
66

77
# TypeScript support
88

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.
1010

1111
:::info
1212
Try Pivot live in the [Snippet Tool](https://snippet.dhtmlx.com/y2buoahe).
1313
:::
1414

1515
## Advantages of TypeScript
1616

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

Comments
 (0)