Skip to content

Commit adbfac4

Browse files
committed
better grammar, per review suggestion
1 parent 5c4fc56 commit adbfac4

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

website/docs/components/app-footer/partials/code/component-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The `AppFooter::StatusLink` component, yielded as contextual component.
6060
Pass a custom href for the link. (URL parameter that’s passed down to the `<a>` element.)
6161
</C.Property>
6262
<C.Property @name="isHrefExternal" @type="boolean">
63-
Controls if the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
63+
Controls whether or not the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
6464
</C.Property>
6565
<C.Property @name="route/models/model/query/current-when/replace">
6666
Parameters that are passed down as arguments to the `<LinkTo>`/`<LinkToExternal>` components.
@@ -116,7 +116,7 @@ The `AppFooter::Link` component, yielded as contextual component.
116116
URL parameter that’s passed down to the `<a>` element.
117117
</C.Property>
118118
<C.Property @name="isHrefExternal" @type="boolean">
119-
Controls if the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
119+
Controls whether or not the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
120120
</C.Property>
121121
<C.Property @name="route/models/model/query/current-when/replace">
122122
Parameters that are passed down as arguments to the `<LinkTo>`/`<LinkToExternal>` components.

website/docs/components/app-header/partials/code/component-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The `AppHeader::HomeLink` component uses the generic `Hds::Interactive` componen
6363
URL parameter that’s passed down to the `<a>` element.
6464
</C.Property>
6565
<C.Property @name="isHrefExternal" @type="boolean">
66-
Controls if the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
66+
Controls whether or not the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
6767
</C.Property>
6868
<C.Property @name="route/models/model/query/current-when/replace">
6969
Parameters that are passed down as arguments to the `<LinkTo>`/`<LinkToExternal>` components.

website/docs/components/app-side-nav/partials/code/component-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ It internally uses the [`Hds::Interactive`](/utilities/interactive) utility comp
134134
URL parameter that’s passed down to the `<a>` element.
135135
</C.Property>
136136
<C.Property @name="isHrefExternal" @type="boolean">
137-
Controls if the `<a>` link is external, in which case (for security reasons) we add the `target="_blank"` and `rel="noopener noreferrer"` attributes to it by default.
137+
Controls whether or not the `<a>` link is external, in which case (for security reasons) we add the `target="_blank"` and `rel="noopener noreferrer"` attributes to it by default.
138138
</C.Property>
139139
<C.Property @name="route/models/model/query/current-when/replace">
140140
Parameters that are passed down as arguments to the `<LinkTo>`/`<LinkToExternal>` components.
@@ -191,7 +191,7 @@ It internally uses the [`Hds::Interactive`](/utilities/interactive) utility comp
191191
URL parameter that’s passed down to the `<a>` element.
192192
</C.Property>
193193
<C.Property @name="isHrefExternal" @type="boolean">
194-
Controls if the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons). If explicitly set to `true`, it displays also a right aligned “external-link” icon.
194+
Controls whether or not the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons). If explicitly set to `true`, it displays also a right aligned “external-link” icon.
195195
</C.Property>
196196
<C.Property @name="route/models/model/query/current-when/replace">
197197
Parameters that are passed down as arguments to the `<LinkTo>`/`<LinkToExternal>` components.

website/docs/components/button/partials/code/component-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
URL parameter that is passed down to the `<a>` element.
2828
</C.Property>
2929
<C.Property @name="isHrefExternal" @type="boolean">
30-
Controls if the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
30+
Controls whether or not the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
3131
</C.Property>
3232
<C.Property @name="route/models/model/query/current-when/replace">
3333
Parameters that are passed down as arguments to the `<LinkTo/LinkToExternal>` component.

website/docs/components/dropdown/partials/code/component-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ It internally uses the [`Hds::Interactive`](/utilities/interactive) utility comp
228228
URL passed to the `<a>` element.
229229
</C.Property>
230230
<C.Property @name="isHrefExternal" @type="boolean">
231-
Controls if the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
231+
Controls whether or not the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
232232
</C.Property>
233233
<C.Property @name="route/models/model/query/current-when/replace">
234234
Parameters passed as arguments to the `<LinkTo/LinkToExternal>` component.

website/docs/components/link/inline/partials/code/component-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
URL parameter that’s passed down to the `<a>` element.
1515
</C.Property>
1616
<C.Property @name="isHrefExternal" @type="boolean">
17-
Controls if the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
17+
Controls whether or not the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
1818
</C.Property>
1919
<C.Property @name="route/models/model/query/current-when/replace">
2020
Parameters that are passed down as arguments to the `<LinkTo>`/`<LinkToExternal>` components.

website/docs/components/link/standalone/partials/code/component-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
URL parameter that’s passed down to the `<a>` element.
1919
</C.Property>
2020
<C.Property @name="isHrefExternal" @type="boolean">
21-
Controls if the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
21+
Controls whether or not the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
2222
</C.Property>
2323
<C.Property @name="route/models/model/query/current-when/replace">
2424
Parameters that are passed down as arguments to the `<LinkTo>`/`<LinkToExternal>` components.

website/docs/components/side-nav/partials/code/component-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ It internally uses the [`Hds::Interactive`](/utilities/interactive) utility comp
116116
URL parameter that’s passed down to the `<a>` element.
117117
</C.Property>
118118
<C.Property @name="isHrefExternal" @type="boolean">
119-
Controls if the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
119+
Controls whether or not the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
120120
</C.Property>
121121
<C.Property @name="route/models/model/query/current-when/replace">
122122
Parameters that are passed down as arguments to the `<LinkTo>`/`<LinkToExternal>` components.
@@ -155,7 +155,7 @@ It internally uses the [`Hds::Interactive`](/utilities/interactive) utility comp
155155
URL parameter that’s passed down to the `<a>` element.
156156
</C.Property>
157157
<C.Property @name="isHrefExternal" @type="boolean">
158-
Controls if the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
158+
Controls whether or not the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
159159
</C.Property>
160160
<C.Property @name="route/models/model/query/current-when/replace">
161161
Parameters that are passed down as arguments to the `<LinkTo>`/`<LinkToExternal>` components.
@@ -270,7 +270,7 @@ It internally uses the [`Hds::Interactive`](/utilities/interactive) utility comp
270270
URL parameter that’s passed down to the `<a>` element.
271271
</C.Property>
272272
<C.Property @name="isHrefExternal" @type="boolean">
273-
Controls if the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
273+
Controls whether or not the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
274274
</C.Property>
275275
<C.Property @name="route/models/model/query/current-when/replace">
276276
Parameters that are passed down as arguments to the `<LinkTo>`/`<LinkToExternal>` components.
@@ -327,7 +327,7 @@ It internally uses the [`Hds::Interactive`](/utilities/interactive) utility comp
327327
URL parameter that’s passed down to the `<a>` element.
328328
</C.Property>
329329
<C.Property @name="isHrefExternal" @type="boolean">
330-
Controls if the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons). If explicitly set to `true`, it displays also a right aligned “external-link” icon.
330+
Controls whether or not the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons). If explicitly set to `true`, it displays also a right aligned “external-link” icon.
331331
</C.Property>
332332
<C.Property @name="route/models/model/query/current-when/replace">
333333
Parameters that are passed down as arguments to the `<LinkTo>`/`<LinkToExternal>` components.

website/docs/components/tag/partials/code/component-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
URL parameter that’s passed down to the `<a>` element.
1717
</C.Property>
1818
<C.Property @name="isHrefExternal" @type="boolean">
19-
Controls if the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
19+
Controls whether or not the `<a>` link is external. When left `undefined` or explicitly set to `true` it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
2020
</C.Property>
2121
<C.Property @name="route/models/model/query/current-when/replace">
2222
Parameters that are passed down as arguments to the `<LinkTo>`/`<LinkToExternal>` components.

website/docs/utilities/interactive/partials/code/component-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
URL parameter that’s passed down to the `<a>` element.
88
</C.Property>
99
<C.Property @name="isHrefExternal" @type="boolean" @default="true">
10-
Controls if the `<a>` link is external, in which case it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
10+
Controls whether or not the `<a>` link is external, in which case it adds the `target="_blank"` and `rel="noopener noreferrer"` attributes to the `<a>` tag (for security reasons).
1111
</C.Property>
1212
<C.Property @name="route/models/model/query/current-when/replace">
1313
Parameters that are passed down as arguments to the `<LinkTo>`/`<LinkToExternal>` components.

0 commit comments

Comments
 (0)