From 1e18287c8fc76202424cdda60b37dfc19d3596b5 Mon Sep 17 00:00:00 2001 From: Cedric Ziel Date: Wed, 21 Feb 2018 14:17:28 +0100 Subject: [PATCH 1/2] Correct minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9aa9029..574dc2c3 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ $ npm run dev | Attribute | Description | Default | |------------------|-------------|---------| -| `data-backend-url` | The path to your Shariff backend, see below. Settings the value to `null` disables the backend feature. No counts will occur. | `null` | +| `data-backend-url` | The path to your Shariff backend, see below. Setting the value to `null` disables the backend feature. No counts will occur. | `null` | | `data-flattr-category` | Category to be used for Flattr. | `null` | | `data-flattr-user` | User that receives Flattr donation. | `null` | | `data-info-url` | URL of the info page. | `http://ct.de/-2467514` | From fd85cf6bc1237c2f24481013c5a3e71fb11870a5 Mon Sep 17 00:00:00 2001 From: apl Date: Fri, 23 Feb 2018 08:28:37 +0100 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c7ead0c..5f57db98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Removed G+ counter from documentation and demo. (richard67) - Fixed handling of `data-mail-subject`. (richard67) - Fixed crashes occuring if HTML document is missing a valid `` tag. (richard67) +- Fixed typo in documentation. (cedricziel) - Improved distinguishability of reddit icon. (richard67) - Improved translations and translation documentation. (richard67)