Skip to content

Commit

Permalink
chore(docs): Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccaalpert committed Dec 9, 2024
1 parent ed5c116 commit e99cca3
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,17 @@ export const TermsOfUseExample: React.FunctionComponent = () => {
website, located at <a href="https://patternfly.org">www.patternfly.org.</a>
</p>
<p>
By accessing this website, you are agreeing with our terms and conditions. If you do not agree to all of these terms and conditions, do not continue to use PatternFly.
By accessing this website, you are agreeing with our terms and conditions. If you do not agree to all of these
terms and conditions, do not continue to use PatternFly.
</p>
</>
);

const terminology = (
<>
<p>
The following terminology applies to these Terms and Conditions, Privacy Statement, Disclaimer Notice, and
all Agreements:
The following terminology applies to these Terms and Conditions, Privacy Statement, Disclaimer Notice, and all
Agreements:
</p>
<ul>
<li>
Expand Down

0 comments on commit e99cca3

Please sign in to comment.