From cdb2a9cb77d9a43bc52479f30ce4376c8d77786f Mon Sep 17 00:00:00 2001 From: James Dempsey Date: Sat, 21 Jan 2023 08:22:58 -0800 Subject: [PATCH] Fix typo --- getting-started/_use-cases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/_use-cases.md b/getting-started/_use-cases.md index 7f30b2850..005b41a35 100644 --- a/getting-started/_use-cases.md +++ b/getting-started/_use-cases.md @@ -1,6 +1,6 @@ ## Using Swift -If you want to get started with a lanbuage reference, [The Swift Programming Language](https://docs.swift.org/swift-book/) book is the best resource. However, if you'd prefer to get straight into writing some code, here are some examples of the many use cases of Swift. +If you want to get started with a language reference, [The Swift Programming Language](https://docs.swift.org/swift-book/) book is the best resource. However, if you'd prefer to get straight into writing some code, here are some examples of the many use cases of Swift.