From 6adc4009455fb92276668a3dc56d2a698116dcd9 Mon Sep 17 00:00:00 2001 From: Matthias Lange Date: Mon, 5 Dec 2022 21:28:58 +0100 Subject: [PATCH] Fix a typo Fix a typo in the documentation. --- doc/manual/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/installation.md b/doc/manual/installation.md index 9c44c3b..f4659d6 100644 --- a/doc/manual/installation.md +++ b/doc/manual/installation.md @@ -6,7 +6,7 @@ Run the following command in your terminal or cmd prompt to install simplematrix python -m pip install simplematrixbotlib ``` -See [Encryption](#requirements) to lean how to install E2E encryption support. +See [Encryption](#requirements) to learn how to install E2E encryption support. ### Installing from Git Repo Run the following command in your terminal or cmd prompt to download the repository to your machine.