From 3d80e2e22dfd53c0a3a25e291ac1cd9540a61bbe Mon Sep 17 00:00:00 2001 From: Andrew Hong Date: Sat, 2 Mar 2024 14:35:39 -0500 Subject: [PATCH] intendened -> intended --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ccc428..327e61f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains the Swift/WinRT language bindings for types in the `Windows.Foundation` namespace. It also contains general helper APIs used throughout all generated bindings. -These APIs are intendened to be used in conjuction with the following projects: +These APIs are intended to be used in conjuction with the following projects: - [swift-uwp](https://github.com/thebrowsercompany/swift-uwp) - [swift-winui](https://github.com/thebrowsercompany/swift-winui) - [swift-windowsappsdk](https://github.com/thebrowsercompany/swift-windowsappsdk)