From fef74c7a34bd37faa71606972c41c44d6550b9d5 Mon Sep 17 00:00:00 2001 From: Andrew Hong Date: Wed, 4 Dec 2024 11:16:03 -0500 Subject: [PATCH] intendened -> intended (#1) --- 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)