Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mit-mit authored Mar 5, 2024
1 parent 935c91e commit bff0401
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 @@ -26,7 +26,7 @@ abstract class PackageConfig {
/// is expected, but none have been specified or found.
static const PackageConfig empty = SimplePackageConfig.empty();

/// Creats a package configuration with the provided available [packages].
/// Creates a package configuration with the provided available [packages].
///
/// The packages must be valid packages (valid package name, valid
/// absolute directory URIs, valid language version, if any),
Expand Down

0 comments on commit bff0401

Please sign in to comment.