Skip to content

Couple of minor typos #10

Description

@am-a

Hopefully highlighted in bold...

What problem does it solve?

This plugin model translates well between the browser and the server because developers can write different plugins to suite > suit the needs of the different environments.

function middleware1(req, res) {
  if(~req.url.indexOf('foo')) {
    return false;
  }
}

What's that before the req?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions