Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit f83c41a

Browse files
amirhmithun-mondal
authored andcommitted
[webview_flutter] fix typo in comment (flutter#1863)
1 parent ff94011 commit f83c41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webview_flutter/ios/Classes/FlutterWebView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ - (void)clearCache:(FlutterResult)result {
234234
}
235235
}
236236

237-
// Returns nil when succesfull, or an error message when one or more keys are unknown.
237+
// Returns nil when successful, or an error message when one or more keys are unknown.
238238
- (NSString*)applySettings:(NSDictionary<NSString*, id>*)settings {
239239
NSMutableArray<NSString*>* unknownKeys = [[NSMutableArray alloc] init];
240240
for (NSString* key in settings) {

0 commit comments

Comments
 (0)