Skip to content

Commit

Permalink
docs: fix typo in description (topgrade-rs#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
mheob authored Feb 8, 2025
1 parent da270ae commit 3e0c21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ pub fn run_vcpkg_update(ctx: &ExecutionContext) -> Result<()> {

/// Make VSCodium a separate step because:
///
/// 1. Users could use both VSCode and VSCoium
/// 1. Users could use both VSCode and VSCodium
/// 2. Just in case, VSCodium could have incompatible changes with VSCode
pub fn run_vscodium_extensions_update(ctx: &ExecutionContext) -> Result<()> {
// Calling vscodoe in WSL may install a server instead of updating extensions (https://github.com/topgrade-rs/topgrade/issues/594#issuecomment-1782157367)
Expand Down

0 comments on commit 3e0c21e

Please sign in to comment.