diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-05-09 19:48:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-09 10:48:42 -0700 |
| commit | 5a271a9290282e09149401486f88dc106dc65b71 (patch) | |
| tree | 05eb8b9453718a3f6e5c70b84946a86b81fef1c2 /docs/specifications/versioning.md | |
| parent | f44d4c169f1b81a6188b330dbd837881ffb9ef2b (diff) | |
| download | vcpkg-5a271a9290282e09149401486f88dc106dc65b71.tar.gz vcpkg-5a271a9290282e09149401486f88dc106dc65b71.zip | |
[doc] Fix spelling errors (#17560)
* [doc] Fix spelling errors in docs
* [doc] Fix spelling errors in scripts
* Bump version
* x-add-version
* Fix another typo
* Rebuild
Diffstat (limited to 'docs/specifications/versioning.md')
| -rw-r--r-- | docs/specifications/versioning.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/specifications/versioning.md b/docs/specifications/versioning.md index e8122c359..1ad9ef8dc 100644 --- a/docs/specifications/versioning.md +++ b/docs/specifications/versioning.md @@ -32,7 +32,7 @@ This feature requires the use of manifests to declare project dependencies. To a * Ability for a top-level manifest to override all other version constraints.
* Ability to declare a baseline for all versions.
-Example: A manifeset (`vcpkg.json`) using versioning features.
+Example: A manifest (`vcpkg.json`) using versioning features.
```json
{
"name": "versions-test",
|
