docs: Fix typo in image alt. (#51487)

This commit is contained in:
Tyler Lutz 2023-06-18 23:40:45 -05:00 committed by GitHub
parent 6a189bc442
commit ac74b58bd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ React 18 and Next.js 13 introduced new ways to render your application. This pag
There are two environments where your application code can be rendered: the client and the server.
<Image
alt="Client and Server Environemnts"
alt="Client and Server Environments"
srcLight="/docs/light/client-and-server-environments.png"
srcDark="/docs/dark/client-and-server-environments.png"
width="1600"