From 4fc74a561b7266bc65f9d4a840ba8e14be58484a Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Tue, 7 Dec 2021 09:41:13 +0100 Subject: [PATCH] Install guide: Fix typo. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index ad9ffe79c..667f308f4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -56,7 +56,7 @@ To build the last published App Store code you just need to checkout master bran - **Build last development code and modify Element project only** -If you want to build last development code you have to checkout the `develop` branch and use `$matrixSDKVersion = {:branch => 'develop'}` in the `Podfile`. This will also use MatrixSDK develop branche. +If you want to build last development code you have to checkout the `develop` branch and use `$matrixSDKVersion = {:branch => 'develop'}` in the `Podfile`. This will also use MatrixSDK develop branch. - **Build specific branch of SDK and modify Element project only**