Skip to content

Commit dfabb8d

Browse files
committed
Improve documentation
1 parent 04d1b9d commit dfabb8d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

flutter_web_auth_2/lib/flutter_web_auth_2.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class _OnAppLifecycleResumeObserver extends WidgetsBindingObserver {
2424
}
2525
}
2626

27-
/// Provides all the functions you - as a user - should access
27+
/// Provides all the functions you - as a user - should access.
2828
class FlutterWebAuth2 {
2929
static final RegExp _schemeRegExp = RegExp(r'^[a-z][a-z\d+.-]*$');
3030

flutter_web_auth_2/lib/src/linows.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'package:flutter_web_auth_2/src/server.dart';
55
import 'package:flutter_web_auth_2/src/webview.dart';
66
import 'package:flutter_web_auth_2_platform_interface/flutter_web_auth_2_platform_interface.dart';
77

8-
/// Implements the plugin interface for Linux and Windows (Linows)
8+
/// Implements the plugin interface for Linux and Windows (Linows).
99
class FlutterWebAuth2LinowsPlugin extends FlutterWebAuth2Platform {
1010
final FlutterWebAuth2Platform _webviewImpl = FlutterWebAuth2WebViewPlugin();
1111
final FlutterWebAuth2Platform _serverImpl = FlutterWebAuth2ServerPlugin();

0 commit comments

Comments
 (0)