Skip to content

Commit

Permalink
docs: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jan 13, 2025
1 parent 65bf265 commit bb5aa2d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ import type {
*/
type PrismicPluginComponentsOptions = {
/**
* The `rel` attribute for the link. By default, `"noreferrer"` is provided if
* the link's URL is external. This prop can be provided a function to use the
* link's metadata to determine the `rel` value.
* The `rel` attribute to apply on links. This prop can be provided a function
* to use the link's metadata to determine the `rel` value.
*
* @defaultValue `"noreferrer"`
* @defaultValue `"noreferrer"` for external links.
*/
linkRel?: AsLinkAttrsConfig["rel"]

Expand Down

0 comments on commit bb5aa2d

Please sign in to comment.