Skip to content

Commit

Permalink
Update 20480C_MOD08_LAB_MANUAL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharprun committed Apr 1, 2019
1 parent a837063 commit 171d0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Instructions/20480C_MOD08_LAB_MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ You will use the Geolocation API to get the visitor’s current location, and th
```javascript
const conferenceLocation = {
latitude: 47.6097, // decimal degrees
longitude: 122.3331 // decimal degrees
longitude: -122.3331 // decimal degrees
};
```

Expand Down

0 comments on commit 171d0a4

Please sign in to comment.