diff --git a/docs/api/components/Links.md b/docs/api/components/Links.md
index 9d4afbb5a6..23bbc98ae5 100644
--- a/docs/api/components/Links.md
+++ b/docs/api/components/Links.md
@@ -54,7 +54,8 @@ function Links({ nonce, crossOrigin }: LinksProps): React.JSX.Element
A [`nonce`](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/nonce)
attribute to render on the [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link)
-element
+element. If not provided in Framework Mode, it will default to any
+```` prop.
### crossOrigin
diff --git a/docs/api/components/ScrollRestoration.md b/docs/api/components/ScrollRestoration.md
index 10e2b73de8..19ee559643 100644
--- a/docs/api/components/ScrollRestoration.md
+++ b/docs/api/components/ScrollRestoration.md
@@ -39,7 +39,10 @@ export default function Root() {
}
```
-This component renders an inline `