trailsjs / doc

:books: Trails.js Documentation
Other
18 stars 10 forks source link

Small tweak fixes needed in service.md #30

Closed getsetbro closed 7 years ago

getsetbro commented 7 years ago

Line 56 needed to pass the variable in to the other function. Added a close paren to the end of Line 57. Line 90 needed a comma at the end. Added a substring method to line 78 just so something, anything got returned.

tjwebb commented 7 years ago

Added a substring method to line 78 just so something, anything got returned.

This should really return an object, but I can fix that in an update today.

Thanks for your help!