We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7561b commit 938fe95Copy full SHA for 938fe95
OptimizelySDKShared/OptimizelySDKSharedTests/OPTLYManagerTest.m
@@ -74,7 +74,7 @@ - (void)testInitializationSettingsGetPropogatedToClientAndCore {
74
OPTLYClient *client = [manager initializeClient];
75
XCTAssertEqual(client.logger, logger);
76
77
- // check optimizely core has been initialized correclty
+ // check optimizely core has been initialized correctly
78
Optimizely *optimizely = client.optimizely;
79
XCTAssertNotNil(optimizely);
80
XCTAssertEqual(optimizely.errorHandler, errorHandler);
0 commit comments