expressjsguide icon indicating copy to clipboard operation
expressjsguide copied to clipboard

Typo in chapter 10 on page 157

Open jlamberg opened this issue 9 years ago • 1 comments

On the lower half of the page, there is the following snippet of code:

module.exports = {
  stories: require('./stories'),
  users: require('./users)
};

It is missing a closing apostrophe for the argument of the second call to require.

These short snippets are not in Github for pull requests, right?

jlamberg avatar Feb 04 '15 12:02 jlamberg

@jlamberg, yes it's a typo. no it's not in the repo.

azat-co avatar Jul 21 '15 19:07 azat-co