chore(platform): Fix comment typo

pull/240/head
NaiJi ✨ 2023-07-20 17:19:29 -03:00
parent 91a22394f5
commit 06a857aa8c
1 changed files with 1 additions and 1 deletions

View File

@ -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) {