From eb04317dc4d9166fb15577e8ba6d9058f699f357 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Wed, 27 Nov 2019 07:15:36 +1300 Subject: [PATCH] docs: fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bf8cd3..5ba5e23 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Known Issues ------------ It has been developed under iOS 4.3 and 5.0 devices, sample code has been built using ARC (not quite properly). I am still studying to have a proper refactor on my code for a real ARC adoption. -There's currently one known issues related to running on non-arc enviornment (e.g. refs #4). Please use `-fobjc-arc` per source file complier flag for compiling on non-ARC enviroment. +There's currently one known issues related to running on non-arc environment (e.g. refs #4). Please use `-fobjc-arc` per source file compiler flag for compiling on non-ARC environment. Abstract