Skip to content

Commit 6827ab2

Browse files
committed
[update] snippets names in the new docs
1 parent fb43c5c commit 6827ab2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/api/spreadsheet_addformula_method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ spreadsheet.parse([
5050

5151
**Change log:** Added in v6.0
5252

53-
**Related sample:** [Spreadsheet. Custom formula](https://snippet.dhtmlx.com/wvxdlahp)
53+
**Related sample:** [Spreadsheet. Add custom formula](https://snippet.dhtmlx.com/wvxdlahp)
5454

5555
**Related articles:** [Formulas and functions](/functions/#custom-formulas)

docs/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ spreadsheet.toolbar.data.add(
257257
spreadsheet.parse(dataset);
258258
~~~
259259

260-
**Related sample:** [Spreadsheet. Custom font size](https://snippet.dhtmlx.com/tffbf11g)
260+
**Related sample:** [Spreadsheet. Set custom font size](https://snippet.dhtmlx.com/tffbf11g)
261261

262262
## Menu
263263

docs/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,4 +1385,4 @@ spreadsheet.parse([
13851385
The handler function must be synchronous. Using `Promise` or `fetch` inside the function is not allowed.
13861386
:::
13871387

1388-
**Related sample:** [Spreadsheet. Custom formula](https://snippet.dhtmlx.com/wvxdlahp)
1388+
**Related sample:** [Spreadsheet. Add custom formula](https://snippet.dhtmlx.com/wvxdlahp)

0 commit comments

Comments
 (0)