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

Fix typo #149

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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