googlecodelabs / your-first-pwapp

Code associated with Your First Progressive Web App codelab
https://g.co/codelabs/pwa
Apache License 2.0
638 stars 555 forks source link

Fake forecast is already uncommented #1

Closed arthurevans closed 8 years ago

arthurevans commented 8 years ago

Step 4 says, "uncomment the line below at the bottom of your scripts/app.js file."

However, it already is:

https://github.com/googlecodelabs/your-first-pwapp/blob/master/step-04/scripts/app.js#L178

... which is a little confusing.

petele commented 8 years ago

Fixed in the master doc, should get rolled out shortly.

/cc @marcacohen

mco-gh commented 8 years ago

The step dirs reflect the end state of a given step so it's correct that the step-04 copy should have the line uncommented.