Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Fix typo (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
mit-mit authored Mar 5, 2024
1 parent 4a7042b commit 3d90e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 3d90e69

Please sign in to comment.