Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const ResultsetTablePageHeading = ({
applications. It allows to show the user a big amount of information
in a simple and simplified way. All the information contained in the
table has a grid structure, defining columns and rows to place the
data and allow the users to scan, analazy, compare and filter that
data and allow the users to scan, analyze, compare and filter that
information.
</DxcParagraph>
<TabsPageHeading tabs={tabs}></TabsPageHeading>
Expand Down
2 changes: 1 addition & 1 deletion website/screens/components/table/TablePageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const TablePageHeading = ({ children }: { children: React.ReactNode }) => {
applications. It allows to show the user a big amount of information
in a simple and simplified way. All the information contained in the
table has a grid structure, defining columns and rows to place the
data and allow the users to scan, analazy, compare and filter that
data and allow the users to scan, analyze, compare and filter that
information.
</DxcParagraph>
<TabsPageHeading tabs={tabs}></TabsPageHeading>
Expand Down