Skip to content

Commit

Permalink
Fix typo by replacing compatability with compatibility (#6831)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjoer authored and timneutkens committed Mar 29, 2019
1 parent a750d1c commit 9c2f690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1836,7 +1836,7 @@ Using the serverless target, you can deploy Next.js to [ZEIT Now](https://zeit.c

#### One Level Lower

Next.js provides low-level APIs for serverless deployments as hosting platforms have different function signatures. In general you will want to wrap the output of a Next.js serverless build with a compatability layer.
Next.js provides low-level APIs for serverless deployments as hosting platforms have different function signatures. In general you will want to wrap the output of a Next.js serverless build with a compatibility layer.

For example if the platform supports the Node.js [`http.Server`](https://nodejs.org/api/http.html#http_class_http_server) class:

Expand Down

0 comments on commit 9c2f690

Please sign in to comment.