diff --git a/@navikt/core/react/src/layout/page/parts/PageBlock.tsx b/@navikt/core/react/src/layout/page/parts/PageBlock.tsx index d18d6498dc..55e42d0a42 100644 --- a/@navikt/core/react/src/layout/page/parts/PageBlock.tsx +++ b/@navikt/core/react/src/layout/page/parts/PageBlock.tsx @@ -42,7 +42,7 @@ export interface PageBlockProps extends React.HTMLAttributes { * ``` * @example * With background bleed - * Wrapping Page.Block with Box allows the background to react screen-width + * Wrapping `Page.Block` with `Box` allows the background-color to use full screen-width * ```jsx * }