Skip to content

Commit 9d08cab

Browse files
authored
Update package-config-file-v2.md
Fix typos.
1 parent d03dbe9 commit 9d08cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

accepted/2.8/language-versioning/package-config-file-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Version: 1.1
55

6-
This document specifies the location, format and semantics of a new package resolution configuration file. A new file format is needed because the Dart "language versioning" feature requires adding data that are not supported by the existing file format. For backwards compatibility with third party tools, we retain the existing file for a while. Tools currently using `.packages` should migrate to using the new file when it becomes available, and tools creating `.package` should start doing so as soon as possible.
6+
This document specifies the location, format and semantics of a new package resolution configuration file. A new file format is needed because the Dart "language versioning" feature requires adding data that are not supported by the existing file format. For backwards compatibility with third party tools, we retain the existing file for a while. Tools currently using `.packages` should migrate to using the new file when it becomes available, and tools creating `.package` should start migrating as soon as possible.
77

88
## Background
99

@@ -29,7 +29,7 @@ Some users may use other tools than Pub to control their package resolution. Tho
2929

3030
### Location
3131

32-
The new file will be stored by Pub in the `.dart_tool` sub-directory of the current pub package's root directory. It is a file used and shared by various Dart tools, so this location is sensible and consistent. It avoids clutter at the top-level of a package, and the `.dart_tool` directory is already in `.gitignore` files.
32+
The new file will be stored by Pub in the `.dart_tool` sub-directory of the current pub package's root directory. It is a directory used and shared by various Dart tools, so this location is sensible and consistent. It avoids clutter at the top-level of a package, and the `.dart_tool` directory is already in `.gitignore` files.
3333

3434
Tools which needs the file will automatically look for it in `.dart_tool` subdirectories of the directories where they would currently look for `.package` files.
3535

0 commit comments

Comments
 (0)