From 3e7808436f105efe01c7a0a198feb5208f5858fc Mon Sep 17 00:00:00 2001 From: Claire Date: Sat, 1 Oct 2022 20:49:05 -0700 Subject: [PATCH] accidentally a word in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5afebe0..7247606 100644 --- a/readme.md +++ b/readme.md @@ -15,7 +15,7 @@ This project covers a number of basic use cases: * Using a timer to run periodic background updates * Setting and using user preferences to build the UI -There are some useful implementations for those new to Apple's programming paradigms. Swift adopts a lot of Objective-C concepts, which themselves are likely foreign if don't already have a working knowledge of Objective-C. +There are some useful implementations for those new to Apple's programming paradigms. Swift adopts a lot of Objective-C concepts, which themselves are likely foreign if you don't already have a working knowledge of Objective-C. * Using interface builder **actions** and **outlets** to work with window elements * Working with **object delegation**