Skip to content

Commit 1bf2d23

Browse files
committed
fix: typo
1 parent a0c8cca commit 1bf2d23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VsCode/CmdPalVsCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<AppxBundlePlatforms>x86|x64|arm64</AppxBundlePlatforms>
196196
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
197197
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
198-
<AppxPackageDir>C:\Users\jonah\Documents\Visual Studio 2022\Projects\VsCode\AppPackages\</AppxPackageDir>
198+
<AppxPackageDir>I:\Freelancer\RiderProjects\CommandPaletteVSCode\AppPackages\</AppxPackageDir>
199199
</PropertyGroup>
200200

201201
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

VsCode/Pages/VSCodePage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public override IListItem[] GetItems()
6565
}
6666
else
6767
{
68-
// string search contains chracters in order of search value, with optinal random characters between
68+
// string search contains characters in order of search value, with optional random characters between
6969
// e.g. "abc" matches "a1b2c3", "ab", "a b c", etc.
7070
items = items.FindAll(item =>
7171
{

0 commit comments

Comments
 (0)