diff options
author | David Mehren | 2021-05-06 22:37:47 +0200 |
---|---|---|
committer | David Mehren | 2021-05-06 22:37:47 +0200 |
commit | 3e836d815baf3f98fb6b263b5aa123d81f78fb9c (patch) | |
tree | 95bdb14923978b7be5aa6cf09eca44d4e96069e9 /public | |
parent | 71841d7d35808982b712c928d35a1df75317c8a6 (diff) |
Fix typo in release notes
Signed-off-by: David Mehren <git@herrmehren.de>
Diffstat (limited to 'public')
-rw-r--r-- | public/docs/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md index 307c8e68..ac4bd0bd 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -12,7 +12,7 @@ - Fix crash on startup when `useSSL` or `csp.upgradeInsecureRequests` is enabled (thanks to [@mdegat01](https://github.com/mdegat01) for reporting) - Automatically enable `protocolUseSSL` when `useSSL` is also enabled - Fix the 'Quote', 'List', 'Unordered List' and 'Check List' buttons in the editor to not duplicate content - when only parts of a line are selected (thanks to [@AnomalRoli](https://github.com/AnomalRoil) for reporting) + when only parts of a line are selected (thanks to [@AnomalRoil](https://github.com/AnomalRoil) for reporting) - Fix click handler for numbered task lists (thanks to [@xoriade](https://github.com/xoriade) for reporting) |