Skip to content

Commit 8ef7064

Browse files
authored
Fix typos (#6196)
1 parent febada4 commit 8ef7064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseRemoteConfig/Tests/SwiftAPI/APITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class APITests: APITestBase {
175175
let group = DispatchGroup()
176176
group.enter()
177177
serialQueue.async {
178-
// Represents pre-fetch occuring sometime in past.
178+
// Represents pre-fetch occurring sometime in past.
179179
self.config.fetch { status, error in
180180
XCTAssertNil(error, "Fetch Error \(error!)")
181181
XCTAssertEqual(status, .success)

FirebaseRemoteConfig/Tests/SwiftAPI/Resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This private key is needed to create an access token with the valid parameters
3434
that authorizes our requests to programmatically make changes to remote config on the Firebase console.
3535

3636
The private key can be located on the Firebase console and navigate to your project's settings. To download,
37-
click on the **Service accounts** tab and and then generate the private key by clicking
37+
click on the **Service accounts** tab and then generate the private key by clicking
3838
the blue button that says "Generate new private key".
3939

4040
### Create the Access Token

0 commit comments

Comments
 (0)