From a1a095c4e90fbddd262a3a882c0931d3ce80f9e1 Mon Sep 17 00:00:00 2001 From: Ryan Southgate Date: Wed, 8 Mar 2017 13:58:40 +0000 Subject: [PATCH] changed "some-massage" to "some-message" spotted incorrect spellings .......I don't think it's "that" kind of establishment :wink: --- doc/article/en-US/cheat-sheet.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/article/en-US/cheat-sheet.md b/doc/article/en-US/cheat-sheet.md index 6cd3db42..337ac6d5 100644 --- a/doc/article/en-US/cheat-sheet.md +++ b/doc/article/en-US/cheat-sheet.md @@ -1917,7 +1917,7 @@ If you include the `aurelia-event-aggregator` plugin using "basicConfiguration" - //some-massage.js + //some-message.js export class SomeMessage{ } //a-publisher.js @@ -1937,7 +1937,7 @@ If you include the `aurelia-event-aggregator` plugin using "basicConfiguration" } - //some-massage.js + //some-message.js export class SomeMessage{ } //a-publisher.js @@ -1957,7 +1957,7 @@ If you include the `aurelia-event-aggregator` plugin using "basicConfiguration" } - //some-massage.ts + //some-message.ts export class SomeMessage{ } //a-publisher.ts