Skip to content

Commit

Permalink
Update packages/cursorless-vscode/resources/installationDependencies.js
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Cohen <phillip@phillip.io>
  • Loading branch information
AndreasArvidsson and phillco authored Jan 15, 2025
1 parent f4b266d commit f01d307
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const aDocs = link(
"https://www.cursorless.org/docs/user/installation",
"Click here to learn how to install Cursorless",
);
description.innerHTML = `<p>Lets check if all dependencies are installed.</p>${aDocs}`;
description.innerHTML = `<p>Let's check if all dependencies are installed.</p>${aDocs}`;

const messages = document.createElement("div");

Expand Down

0 comments on commit f01d307

Please sign in to comment.