Skip to content

Commit

Permalink
Fix typo: "packjage_config" (dart-lang/package_config#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup authored Aug 2, 2021
1 parent df19c5c commit 028521a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/package_config/lib/src/package_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ abstract class PackageConfig {
/// Extra data associated with the package configuration.
///
/// The data may be in any format, depending on who introduced it.
/// The standard `packjage_config.json` file storage will only store
/// The standard `package_config.json` file storage will only store
/// JSON-like list/map data structures.
Object? get extraData;
}
Expand Down

0 comments on commit 028521a

Please sign in to comment.