Skip to content

Commit

Permalink
[PR feedback] Copy
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor Pierce <1Copenut@users.noreply.github.com>
  • Loading branch information
cee-chen and 1Copenut authored Aug 31, 2023
1 parent e92c72f commit ca352f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src-docs/src/views/header/header_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@ export const HeaderExample = {
<>
<p>
Most consumers need a header that does not scroll away with the page
contents. You can apply this display by applying the property{' '}
contents. You can set this display by applying the property{' '}
<EuiCode language="ts">{'position="fixed"'}</EuiCode>. Multiple
fixed headers will automatically stack underneath one another
without manual positioning required.
fixed headers will automatically stack underneath one another.
No manual positioning is required.
</p>
<p>
If you're using{' '}
Expand Down

0 comments on commit ca352f7

Please sign in to comment.