Skip to content

Commit fa5d39c

Browse files
kossylatsansoneparlough
authored
Fix duplicate 'the' on "Creating packages" page (#4648)
Delete one 'the' in sentence "When ..." --------- Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com> Co-authored-by: Parker Lougheed <parlough@gmail.com>
1 parent a4f7906 commit fa5d39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_guides/libraries/create-library-packages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ This adapter handles HttpRequest objects from `dart:io`.
121121

122122
## Importing library files
123123

124-
When importing a library file from another package, use the
124+
When importing a library file from another package, use
125125
the `package:` directive to specify the URI of that file.
126126

127127
```dart

0 commit comments

Comments
 (0)