File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
FirebaseRemoteConfig/Tests/SwiftAPI Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ class APITests: APITestBase {
175
175
let group = DispatchGroup ( )
176
176
group. enter ( )
177
177
serialQueue. async {
178
- // Represents pre-fetch occuring sometime in past.
178
+ // Represents pre-fetch occurring sometime in past.
179
179
self . config. fetch { status, error in
180
180
XCTAssertNil ( error, " Fetch Error \( error!) " )
181
181
XCTAssertEqual ( status, . success)
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ This private key is needed to create an access token with the valid parameters
34
34
that authorizes our requests to programmatically make changes to remote config on the Firebase console.
35
35
36
36
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
38
38
the blue button that says "Generate new private key".
39
39
40
40
### Create the Access Token
You can’t perform that action at this time.
0 commit comments