Skip to content

Commit a837063

Browse files
author
Sidney Andrews
authored
Update 20480C_MOD08_LAK.md
The conference location GPS coordinates (47.6097, 122.3331) incorrectly point to a location in China. The correct coordinate (47.6097, -122.3331) points to a location in Seattle.
1 parent 855f8a2 commit a837063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Instructions/20480C_MOD08_LAK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Ensure that you have cloned the 20480C directory from GitHub (**https://github.c
275275
```javascript
276276
const conferenceLocation = {
277277
latitude: 47.6097, // decimal degrees
278-
longitude: 122.3331 // decimal degrees
278+
longitude: -122.3331 // decimal degrees
279279
};
280280
```
281281

0 commit comments

Comments
 (0)