aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorCleroth <its@cleroth.com>2018-05-28 02:07:04 +0900
committerAlexander Karatarakis <alex@karatarakis.com>2018-05-28 23:28:12 -0700
commit22a7da849d0d44c8a75ebaf205905e53e40f4dc6 (patch)
tree4f22ce959f6bfc2d9bad95a445a53d37dc568a61 /docs/examples
parent2ac7527b40b1dbeb7856b9f763362c1e139e2ca9 (diff)
downloadvcpkg-22a7da849d0d44c8a75ebaf205905e53e40f4dc6.tar.gz
vcpkg-22a7da849d0d44c8a75ebaf205905e53e40f4dc6.zip
Fixed misspelling
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/using-sqlite.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/using-sqlite.md b/docs/examples/using-sqlite.md
index d12695bfb..35da141d0 100644
--- a/docs/examples/using-sqlite.md
+++ b/docs/examples/using-sqlite.md
@@ -71,7 +71,7 @@ See `.\vcpkg help triplet` for all supported targets.
<a name="msbuild"></a>
#### VS/MSBuild Project (User-wide integration)
-The recommended and most productive way to use vcpkg is via user-wide integration, making the system available for all projects you build. The user-wide integration will prompt for administrator access the first time it is used on a given machine, but afterwords is no longer required and the integration is configured on a per-user basis.
+The recommended and most productive way to use vcpkg is via user-wide integration, making the system available for all projects you build. The user-wide integration will prompt for administrator access the first time it is used on a given machine, but afterwards is no longer required and the integration is configured on a per-user basis.
```no-highlight
PS D:\src\vcpkg> .\vcpkg integrate install
Applied user-wide integration for this vcpkg root.