From 2fdc7faa80b6ba1f3c0677d86f518c8f3b322575 Mon Sep 17 00:00:00 2001 From: Purify Your Home Date: Tue, 29 Oct 2019 17:16:45 -0400 Subject: [PATCH] Minor spelling errors corrected --- CHANGELOG.md | 10 +++++----- CONTRIBUTING.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 033157fb7..a55a84d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Escape the generated link for tags ([#2984](https://github.com/lbryio/lbry-desktop/pull/2984)) - Toggle fullscreen when pressing `f` ([#2159](https://github.com/lbryio/lbry-desktop/issues/2159)) - Can't exit full-screen from embedded content with key `F11` ([#2514](https://github.com/lbryio/lbry-desktop/issues/2514)) -- Markdown rendering issues with lbry urls and channel mentions ([#2928](https://github.com/lbryio/lbry-desktop/issues/2928)) +- Markdown rendering issues with LBRY URLs and channel mentions ([#2928](https://github.com/lbryio/lbry-desktop/issues/2928)) - Incorrect styles of tooltip on dark theme ([#3031](https://github.com/lbryio/lbry-desktop/issues/3031)) - Code tag not formatting content on markdown preview ([#3027](https://github.com/lbryio/lbry-desktop/issues/3027)) - Missing tooltip on channel mention ([#3036](https://github.com/lbryio/lbry-desktop/issues/3036)) @@ -60,11 +60,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `f` or `f11` to toggle player fullscreen mode - Markdown preview for comments: ([#2986](https://github.com/lbryio/lbry-desktop/pull/2986)) - - Basic text formating (bold, italic, strike) - - Lbry urls preview and channel mentions + - Basic text formatting (bold, italic, strike) + - LBRY URLs preview and channel mentions - Implement URL embedding in comments - Code blocks, inline code and blockquotes - - Embed Images and gifs + - Embed Images and GIFs ### Changed @@ -85,7 +85,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - Channels page above Publishes which lists all your channels ([#2925](https://github.com/lbryio/lbry-desktop/pull/2925)) -- Youtube channel claiming and tranfer ([#2925](https://github.com/lbryio/lbry-desktop/pull/2925)). See our [YouTube FAQ](https://lbry.com/faq/youtube) for more information. +- YouTube channel claiming and transfer ([#2925](https://github.com/lbryio/lbry-desktop/pull/2925)). See our [YouTube FAQ](https://lbry.com/faq/youtube) for more information. - New user sign in flow now includes automatic redeeming of 1 LBC and channel creation ([#2925](https://github.com/lbryio/lbry-desktop/pull/2925)) - Ability to save wallet encryption password ([#2925](https://github.com/lbryio/lbry-desktop/pull/2925)) - Sync your balance (only for users with new wallets) and preferences (subscriptions and tags) between devices ([#2925](https://github.com/lbryio/lbry-desktop/pull/2925)). See our [FAQ for more information](https://lbry.com/faq/account-sync) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf8e44f8a..bf6b2d6c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -155,7 +155,7 @@ There are a few tools integrated to the project that will ease the process of de contributor wanting to reserve an issue in advance can leave a comment saying that he or she is working on it. Contributors should respect other people's efforts to complete issues in a timely manner and, therefore, not begin working on anything reserved (or updated) within the last 3 days. - If someone has been officially assigned an issue via Github's assignment system, it is also not + If someone has been officially assigned an issue via GitHub's assignment system, it is also not available. Contributors are encouraged to ask if they have any questions about issue availability. * The [changelog](https://github.com/lbryio/lbry-desktop/blob/master/CHANGELOG.md) should be updated to include a reference to the fix/change/addition. See previous entries for format.