Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
smason0 committed Oct 23, 2023
1 parent 8b1978e commit 912aff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import { FlowsheetDataGrid } from 'terra-data-grid';
<BasicFlowsheetDataGrid title= 'Basic Flowsheet Data Grid' />
<FlowsheetDataGridResultsMissing
title= 'Flowsheet Data Grid with "No Result" Cells'
description= 'If the content of a cell is an empty string, '--', or null, it will be represented by a dash and presented to assistive technologies as "No result."'
description= 'If the content of a cell is an empty string, "--", or null, it will be represented by a dash and presented to assistive technologies as "No result."'
/>

## Grid props table
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import FlowsheetDataGridResultsMissing from './FlowsheetDataGridResultsMissing?d

<FlowsheetDataGridResultsMissing
title= 'Flowsheet Data Grid with "No Result" Cells'
description= 'If the content of a cell is an empty string, '--', or null, it will be represented by a dash and presented to assistive technologies as "No result."'
description= 'If the content of a cell is an empty string, "--", or null, it will be represented by a dash and presented to assistive technologies as "No result."'
/>

0 comments on commit 912aff4

Please sign in to comment.