Skip to content

Commit 28c97fd

Browse files
committed
removing typo
1 parent a168598 commit 28c97fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tdb-dashboard/src/pages/DataProductsHome.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const DataProductsHome = (props) => {
7373
<div className="card-body w-100">
7474
<Row className="w-100 d-flex">
7575
<Col md={10}>
76-
<p className="mt-2 text-light"> Each Data Product can have one or more branches, with the default branch called main. Branches saves each version of Data Product as a snapshot of the data ly as it was at the moment you committed it.</p>
76+
<p className="mt-2 text-light"> Each Data Product can have one or more branches, with the default branch called main. Branches saves each version of Data Product as a snapshot of the data as it was at the moment you committed it.</p>
7777
</Col>
7878
<Col md={2}>
7979
{accessControlDashboard && accessControlDashboard.branch() &&

0 commit comments

Comments
 (0)