Skip to content

Commit

Permalink
changed "some-massage" to "some-message"
Browse files Browse the repository at this point in the history
spotted incorrect spellings

.......I don't think it's "that" kind of establishment 😉
  • Loading branch information
ry8806 authored Mar 8, 2017
1 parent b0252e7 commit a1a095c
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 a1a095c

Please sign in to comment.