From 7d333dea3ebde7046991b7301e56b3008f86439c Mon Sep 17 00:00:00 2001 From: Seyed Mojtaba Hosseini Zeidabadi Date: Thu, 12 Jun 2025 15:18:26 +0330 Subject: [PATCH] docs: fix `auxiliary` in firebaseFunctions sources --- FirebaseFunctions/Sources/HTTPSCallable.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirebaseFunctions/Sources/HTTPSCallable.swift b/FirebaseFunctions/Sources/HTTPSCallable.swift index ab1c02378e8..c7ecdfa0814 100644 --- a/FirebaseFunctions/Sources/HTTPSCallable.swift +++ b/FirebaseFunctions/Sources/HTTPSCallable.swift @@ -35,7 +35,7 @@ open class HTTPSCallable: NSObject, @unchecked Sendable { // MARK: - Private Properties /// Until this class can be marked *checked* `Sendable`, it's implementation - /// is delegated to an auxialiary class that is checked Sendable. + /// is delegated to an auxiliary class that is checked Sendable. private let sendableCallable: SendableHTTPSCallable // MARK: - Public Properties