Skip to content

Commit

Permalink
Punctuation fix
Browse files Browse the repository at this point in the history
Just removing an apostrophe-s used in a plural
  • Loading branch information
Andrew Lorente committed Mar 30, 2015
1 parent 3cc137f commit 7bb5310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ In Flight, advice is a mixin (`'lib/advice.js'`) that defines `before`, `after`

These can be used to modify existing functions by adding custom code. All Components have advice mixed in to
their prototype so that mixins can augment existing functions without requiring knowledge
of the original implementation. Moreover, since Component's are seeded with an empty `initialize` method,
of the original implementation. Moreover, since Components are seeded with an empty `initialize` method,
Component definitions will typically use `after` to define custom `initialize` behavior.

### Debugging ([API](doc/debug_api.md))
Expand Down

0 comments on commit 7bb5310

Please sign in to comment.