From b16fe173e0ca8ea40163596004908d335c5a8f15 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 17 Aug 2022 22:11:46 +0300 Subject: [PATCH] Correct a typo in docs/INSTALL.md (#2097) * Correct a typo in docs/INSTALL.md --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index ebd6b85f..c2453447 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -225,7 +225,7 @@ sudo zypper install libnotify-devel ## Compilation & Installation ### High Level Steps -1. Install the platform dependancies for your Linux OS +1. Install the platform dependencies for your Linux OS 2. Activate your DMD or LDC compiler 3. Clone the GitHub repository, run configure and make, then install 4. Deactivate your DMD or LDC compiler @@ -313,4 +313,4 @@ rm -rf ~/.config/onedrive If you want to just delete the application key, but keep the items database: ```text rm -f ~/.config/onedrive/refresh_token -``` \ No newline at end of file +```