Skip to content

Commit ca476d5

Browse files
[update] minor fix in integration guides
1 parent f294e6c commit ca476d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/react_integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ import { useEffect, useRef } from "react";
9393
import { Spreadsheet } from "@dhx/trial-spreadsheet";
9494
import "@dhx/trial-spreadsheet/codebase/spreadsheet.min.css"; // include Spreadsheet styles
9595

96-
export default function DHTMLXSpreadsheet(props) {
96+
export default function SpreadsheetComponent(props) {
9797
let container = useRef(); // initialize container for Spreadsheet
9898

9999
useEffect(() => {

docs/vuejs_integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export default {
257257
}
258258
</script>
259259

260-
<!--...-->
260+
//...
261261
~~~
262262

263263
After that, you can start the app to see Spreadsheet loaded with data on a page.

0 commit comments

Comments
 (0)