async-labs / builderbook

Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
https://builderbook.org
MIT License
3.77k stars 893 forks source link

mislabeling of files for editing #453

Closed elysenko closed 3 years ago

elysenko commented 3 years ago

The chapter refers to pages/app.js rather than pages/_app.jsx under 'Server Side Rendering'

klyburke commented 3 years ago

@elysenko thanks for noting. Can you describe exactly where you see pages/app.js ? I searched in the text but did not find it.

elysenko commented 3 years ago

It’s pages/apps.js

Sent from Yahoo Mail for iPhone

On Tuesday, July 27, 2021, 7:03 PM, Kelly Burke @.***> wrote:

@elysenko thanks for noting. Can you describe exactly where you see pages/app.js ? I searched in the text but did not find it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

elysenko commented 3 years ago

Sorry two typos in a row pages/app.js

Sent from Yahoo Mail for iPhone

On Tuesday, July 27, 2021, 7:39 PM, Eric Lysenko @.***> wrote:

It’s pages/apps.js

Sent from Yahoo Mail for iPhone

On Tuesday, July 27, 2021, 7:03 PM, Kelly Burke @.***> wrote:

@elysenko thanks for noting. Can you describe exactly where you see pages/app.js ? I searched in the text but did not find it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

klyburke commented 3 years ago

Got it. I found the instance and fixed it. Thanks!