From 250794b93c055d80dbc78a6cc42072967ff7d58a Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Fri, 15 Dec 2017 09:30:54 -0500 Subject: [PATCH] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47154eb9..4d5fa76f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,7 @@ This release contains multiple security updates for Windows, Mac and Linux, and [#602](https://github.com/mattermost/desktop/pull/602) - The app now uses CSS to style the user interface. Styles are also divided to React's inline `style` and CSS. [#540](https://github.com/mattermost/desktop/pull/540) - - Yarn is now used to manage dependancies across Windows, Mac and Linux builds. + - Yarn is now used to manage dependencies across Windows, Mac and Linux builds. [#485](https://github.com/mattermost/desktop/issues/485) - Build is now run automatically before packaging the apps with `npm run package`. [#590](https://github.com/mattermost/desktop/pull/590)