diff --git a/src/platforms/javascript/common/configuration/integrations/rewriteframes.mdx b/src/platforms/javascript/common/configuration/integrations/rewriteframes.mdx index 0f78add6b4d80..2fe633c1c6e90 100644 --- a/src/platforms/javascript/common/configuration/integrations/rewriteframes.mdx +++ b/src/platforms/javascript/common/configuration/integrations/rewriteframes.mdx @@ -82,4 +82,4 @@ For example, if the full path to your file is `/www/src/app/file.js`: | --------------------------------- | ------------------------ | ----------------------------------------------------------------------------------------------------------------------------- | | `RewriteFrames()` | `app:///file.js` | The default behavior is to replace the absolute path, except the filename, and prefix it with the default prefix (`app:///`). | | `RewriteFrames({prefix: 'foo/'})` | `foo/file.js` | Prefix `foo/` is used instead of the default prefix `app:///`. | -| `RewriteFrames({root: '/www'})` | `app:///src/app/file.js` | `root` is defined as `/www`, so only that part is trimmed from the beginning of the path. | +| `RewriteFrames({root: '/www'})` | `app:///src/app/file.js` | `root` is defined as `/www`, so only that part is trimmed from the beginning of the path. |