WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit e024e83

Browse files
committed
style: run Prettier
1 parent f4cbb27 commit e024e83

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/PrismicImage.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ export type PrismicImageProps = Omit<
6464
} & (
6565
| {
6666
/**
67-
* Widths (in pixels) used to build a `srcset` value for the image field.
67+
* Widths (in pixels) used to build a `srcset` value for the image
68+
* field.
6869
*
6970
* If omitted or set to `"defaults"`, the following widths will be used:
7071
* 640, 750, 828, 1080, 1200, 1920, 2048, 3840.

src/PrismicRichText.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ import { LinkProps, PrismicLink } from "./PrismicLink.js";
3434
export type JSXFunctionSerializer = RichTextFunctionSerializer<ReactNode>;
3535

3636
/**
37-
* A map of rich text block types to React Components. It is used to render
38-
* rich text fields.
37+
* A map of rich text block types to React Components. It is used to render rich
38+
* text fields.
3939
*
4040
* @see Templating rich text fields {@link https://prismic.io/docs/fields/rich-text}
4141
*/

0 commit comments

Comments
 (0)