mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-04 23:24:20 +00:00
chore(platform): Fix comment typo
This commit is contained in:
parent
91a22394f5
commit
06a857aa8c
|
@ -21,7 +21,7 @@ class PlatformAdapter {
|
|||
return path;
|
||||
}
|
||||
|
||||
/// Running operation environment.
|
||||
/// Running operating environment.
|
||||
static Future<String> get deviceName async {
|
||||
final DeviceInfoPlugin deviceInfo = DeviceInfoPlugin();
|
||||
if (kIsWeb) {
|
||||
|
|
Loading…
Reference in a new issue