Skip to content

Commit

Permalink
Fix a misplaced comment in the service docs
Browse files Browse the repository at this point in the history
Fixes #53
  • Loading branch information
chasenlehara authored Feb 1, 2017
1 parent 72e8910 commit 9aeb9c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _docs/service/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ Todo.connection = connect([
// Include the feathers service behavior in the behaviors list.
feathersServiceBehavior,
dataParse,
// Include the realtime behavior.
construct,
constructStore,
constructCallbacksOnce,
canMap,
canRef,
dataCallbacks,
// Include the realtime behavior.
realtime
], {
idProp: '_id',
Expand All @@ -98,4 +98,4 @@ Todo.connection = connect([
module.exports = Todo;
```

In the above example, both `Todo` and `Todo.connection` will have methods for handling data, as described in the [can-connect basic use] section.
In the above example, both `Todo` and `Todo.connection` will have methods for handling data, as described in the [can-connect basic use] section.

0 comments on commit 9aeb9c8

Please sign in to comment.