Skip to content

Commit 705fe63

Browse files
authored
Remove extra "not" from sentence (#6463)
1 parent 97e618e commit 705fe63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform-includes/getting-started-primer/javascript.nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Features:
1313
- [Breadcrumbs](/platforms/javascript/enriching-events/breadcrumbs/) created for outgoing HTTP request with XHR and Fetch, and console logs
1414
- [Release health](/product/releases/health/) for tracking crash-free users and sessions
1515
- Automatic [Performance Monitoring](/product/performance/) for both the client and server, from version `6.5.0`
16-
- Errors and Performance support for [Middleware](https://vercel.com/docs/concepts/functions/edge-middleware) and [Edge routes](https://vercel.com/docs/concepts/functions/edge-functions) in Vercels experimental edge runtime. Due to complexities with the experimental runtime, some features of errors like stacktraces may not not be as expected.
16+
- Errors and Performance support for [Middleware](https://vercel.com/docs/concepts/functions/edge-middleware) and [Edge routes](https://vercel.com/docs/concepts/functions/edge-functions) in Vercels experimental edge runtime. Due to complexities with the experimental runtime, some features of errors like stacktraces may not be as expected.
1717

1818
Under the hood the SDK relies on our [React SDK](/platforms/javascript/guides/react/) on the frontend and [Node SDK](/platforms/node) on the backend, which makes all features available in those SDKs also available in this SDK.
1919
Using a [custom server](https://nextjs.org/docs/advanced-features/custom-server) is currently not supported.

0 commit comments

Comments
 (0)