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

[terra-clinical-label-value-view] update needed to correct spellings/typos #914

Closed
wants to merge 2 commits into from
Closed
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
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Cerner Corporation
- Kol Kheang [@kolkheang]
- Aaron Johnson [@zxeleven]
- Art Parkeenvincha [@artpark]
- Jonathan Satinger [@JonathanSatinger]

Community

Expand Down Expand Up @@ -99,3 +100,4 @@ Community
[@kolkheang]: https://github.com/kolkheang
[@zxeleven]: https://github.com/zxeleven
[@artpark]: https://github.com/artpark
[@JonathanSatinger]: https://github.com/JonathanSatinger
3 changes: 3 additions & 0 deletions packages/terra-clinical-label-value-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Updated LabelValueViewNodeCustom.jsx to correct spellings/typos.
Copy link
Contributor

@sdadn sdadn Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Updated LabelValueViewNodeCustom.jsx to correct spellings/typos.
* Minor documentation spelling/typo corrections.


* Fixed
* Removed extra top and bottom margins from LabelValueView description list.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const LabelValueViewNodeCustom = () => (
<LabelValueView label="Daily Feeds">
<div className={cx('label-value-view-content')}>
<h3>Critical Alert: Covid-19 Outbreak</h3>
<p>Due to recent Covid-19 outbreakm out healthcare facility has implemented strict protocals to ensure the safety and well-being of our patients and staff.</p>
<p>Due to recent Covid-19 outbreak our healthcare facility has implemented strict protocols to ensure the safety and well-being of our patients and staff.</p>
</div>
</LabelValueView>
</div>
Expand Down
Loading