Skip to content

Commit

Permalink
Merge pull request aurelia#734 from ry8806/patch-1
Browse files Browse the repository at this point in the history
changed "some-massage" to "some-message"
  • Loading branch information
EisenbergEffect authored Mar 21, 2017
2 parents b0252e7 + a1a095c commit cfea600
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/article/en-US/cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,7 @@ If you include the `aurelia-event-aggregator` plugin using "basicConfiguration"

<code-listing heading="Publishing a Message">
<source-code lang="ES 2016">
//some-massage.js
//some-message.js
export class SomeMessage{ }

//a-publisher.js
Expand All @@ -1937,7 +1937,7 @@ If you include the `aurelia-event-aggregator` plugin using "basicConfiguration"
}
</source-code>
<source-code lang="ES 2015">
//some-massage.js
//some-message.js
export class SomeMessage{ }

//a-publisher.js
Expand All @@ -1957,7 +1957,7 @@ If you include the `aurelia-event-aggregator` plugin using "basicConfiguration"
}
</source-code>
<source-code lang="TypeScript">
//some-massage.ts
//some-message.ts
export class SomeMessage{ }

//a-publisher.ts
Expand Down

0 comments on commit cfea600

Please sign in to comment.