Skip to content

Commit 0190a9f

Browse files
author
Jamie Strauss
committed
'ly' isn't a valid english term. By the power of deducation I've assumed it was meant to be 'exactly'. True galaxy-brain stuff
1 parent bc67751 commit 0190a9f

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
@@ -68,7 +68,7 @@ export const DataProductsHome = (props) => {
6868
<div className="card-body w-100">
6969
<Row className="w-100 d-flex">
7070
<Col md={10}>
71-
<p className="mt-2 text-muted"> 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>
71+
<p className="mt-2 text-muted"> 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 exactly as it was at the moment you committed it.</p>
7272
</Col>
7373
<Col md={2}>
7474
{accessControlDashboard && accessControlDashboard.branch() &&

0 commit comments

Comments
 (0)