ashleygwilliams / ashleygwilliams.github.io

hi, i'm ashley. nice to meet you.
http://ashleygwilliams.github.io/
82 stars 20 forks source link

Missing comma in JSON #25

Closed imieites closed 8 years ago

imieites commented 8 years ago

Hi, nice meeting you. I loved your page, but when I visually sent a GET to http://ashleygwilliams.github.io/ I got a few syntax error :)

I think there's a missing comma right after "engineer/educator".

"data": [{
    "type": "engineer/educator"
    "id": 666,
    "name": "ashley g. williams",
...
ashleygwilliams commented 8 years ago

hi! thanks, you are right :) want to submit a PR?

imieites commented 8 years ago

Done. This is my first PR ever, just let me know if I missed anything.

ashleygwilliams commented 8 years ago

solved by https://github.com/ashleygwilliams/ashleygwilliams.github.io/pull/26. thanks!