Skip to content

Commit

Permalink
feat(PPDSC-2135): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradbury committed May 23, 2022
1 parent 9a0232d commit ba4355a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/pages/components/consent-settings-link.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {Consent} from 'newskit';

export default Layout;

# ConsentSettingsLink
# Consent Settings Link

## Overview

Expand Down Expand Up @@ -39,13 +39,13 @@ Custom and required props are detailed below:
The legacy TCFv2 script only needs privacy manager id.
</Prop>
<Prop name="gdpr" type="boolean">
If your using the unified sourcepoiont script for GDPR.
If you're using the unified Sourcepoint script for GDPR.
</Prop>
<Prop name="ccpa" type="boolean">
If your using the unified sourcepoiont script for CCPA.
If you're using the unified Sourcepoint script for CCPA.
</Prop>
<Prop name="tabToOpen" type="'purposes' | 'vendors' | 'features' | 'purposes-li' | 'vendors-li'">
If your using the unified sourcepoiont script for GDPR, you can choose the opening view of the modal.
If you're using the unified Sourcepoint script for GDPR, you can choose the opening view of the modal.
</Prop>
<Prop name="children" type="ReactNode" default="Manage Consent">
The content of the link. Can be undefined and left to default text.
Expand Down

0 comments on commit ba4355a

Please sign in to comment.