From 864a1893c34f338de66720890b62416a14915684 Mon Sep 17 00:00:00 2001 From: Aryan Beezadhur <34424160+AryanBeezadhur@users.noreply.github.com> Date: Fri, 20 Aug 2021 12:52:20 +0100 Subject: [PATCH] Update supported-browsers-features.md (#28326) --- docs/basic-features/supported-browsers-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic-features/supported-browsers-features.md b/docs/basic-features/supported-browsers-features.md index 9da03b356a6b1ec..dcaf6b65eabce19 100644 --- a/docs/basic-features/supported-browsers-features.md +++ b/docs/basic-features/supported-browsers-features.md @@ -20,7 +20,7 @@ In addition, to reduce bundle size, Next.js will only load these polyfills for b ### Server-Side Polyfills -In addition to `fetch()` on the client side, Next.js polyfills `fetch()` in the Node.js environment. You can use `fetch()` on your server code (such as `getStaticProps`) without using polyfills such as `isomorphic-unfetch` or `node-fetch`. +In addition to `fetch()` on the client-side, Next.js polyfills `fetch()` in the Node.js environment. You can use `fetch()` in your server code (such as `getStaticProps`/`getServerSideProps`) without using polyfills such as `isomorphic-unfetch` or `node-fetch`. ### Custom Polyfills