Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Fix Typos and Grammatical Errors #316

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Apr 22, 2022

  1. Fix Typo

    ./win10debloat.ps1: Fix typo
    Carterpersall committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    37d5350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0357ee View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Configuration menu
    Copy the full SHA
    38e60eb View commit details
    Browse the repository at this point in the history
  2. Fix error wording

     - 'write an error to stdout' could be confusing to someone not knowledgeable in other programming languages. The new wording should help prevent that
    Carterpersall committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    8acf4a3 View commit details
    Browse the repository at this point in the history
  3. Fix possible bug

    A misplaced bracket might cause a Write-Host statement to be run more than once
    Carterpersall committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    5e88a5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    518f5cd View commit details
    Browse the repository at this point in the history
  5. Remove Unneeded Comment, move Write-Host

     - Removed uneeded comment '# Gui Specs' as it wasn't labeling anything.
     - Moved "Checking winget" to the correct location as it was a few lines higher than it should've been.
    Carterpersall committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    8f13610 View commit details
    Browse the repository at this point in the history
  6. Change more grammar and wording, indentation

     - The indentation in $enableupdates and $disableupdates is incorrect
     - Changed some wording and capitalization in a few places
    Carterpersall committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    e16634e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Fix a few more typos

     - "Delete & Disable  OneDrive" -> "Delete & Disable OneDrive"
     - "- Delays Features updates up to 3 years" -> "- Delays Feature updates up to 3 years"
     - "Set Windows Update to Sane Settings" -> "Set Windows Update to Safe Settings"
    Carterpersall committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    a35a257 View commit details
    Browse the repository at this point in the history
  2. Fix another typo

     - HomeGroup was misspelled and there was a double plural
    Carterpersall committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    d9608cf View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Fix remanent of previous version

     - $Virtualization used to Enable both HyperV and WSL, but now it just enables HyperV. But the text "Enable HyperV + WSL" still remained
    Carterpersall committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    3445c68 View commit details
    Browse the repository at this point in the history