aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/using-sqlite.md
diff options
context:
space:
mode:
authoreao197 <eao197@gmail.com>2018-05-30 19:25:16 +0300
committereao197 <eao197@gmail.com>2018-05-30 19:25:16 +0300
commit99eb78cf2dd8b000ac195dd9ebba4fb344dc5baa (patch)
tree18072db815a8f417c4d63a00ae95286642f0dff3 /docs/examples/using-sqlite.md
parent34257a50ceda0bfa05e59b532f71223b70f39d52 (diff)
parent842252373992a9c7b74f041607b47754d61cc0c8 (diff)
downloadvcpkg-99eb78cf2dd8b000ac195dd9ebba4fb344dc5baa.tar.gz
vcpkg-99eb78cf2dd8b000ac195dd9ebba4fb344dc5baa.zip
Merge https://github.com/Microsoft/vcpkg
Diffstat (limited to 'docs/examples/using-sqlite.md')
-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.