Skip to content

Commit 32f4afe

Browse files
committed
Fix punctuation order for mid-sentence parenthetical at end of sentence
1 parent 5a99d3e commit 32f4afe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/package-manager-pop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sudo apt autoremove --purge
4040
- `dpkg --configure -a` - The `--configure -a` command configures any unpacked but not yet configured packages.
4141
- `apt install -f` - The `-f` option attempts to correct broken dependencies
4242
- `apt full-upgrade` - In addition to downloading and installing package updates, `full-upgrade` downgrades or removes dependencies as necessary when upgrading packages.
43-
- `apt autoremove --purge` - Running this command with no specified package will remove any packages that were previously dependencies for other installed packages but are no longer required (either because the dependent package was removed, or because the package was updated to no longer depend on certain packages.)
43+
- `apt autoremove --purge` - Running this command with no specified package will remove any packages that were previously dependencies for other installed packages but are no longer required (either because the dependent package was removed, or because the package was updated to no longer depend on certain packages).
4444

4545
### Fix Individual Packages
4646

content/package-manager-ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sudo apt autoremove --purge
4040
- `dpkg --configure -a` - The `--configure -a` command configures any unpacked but not yet configured packages.
4141
- `apt install -f` - The `-f` option attempts to correct broken dependencies
4242
- `apt dist-upgrade` - In addition to downloading and installing package updates, `dist-upgrade` downgrades or removes dependencies as necessary when upgrading packages. Dist-upgrade also has a conflict resolution system that will prioritize upgrading more important packages if needed.
43-
- `apt autoremove --purge` - Running this command with no specified package will remove any packages that were previously dependencies for other installed packages but are no longer required (either because the dependent package was removed, or because the package was updated to no longer depend on certain packages.)
43+
- `apt autoremove --purge` - Running this command with no specified package will remove any packages that were previously dependencies for other installed packages but are no longer required (either because the dependent package was removed, or because the package was updated to no longer depend on certain packages).
4444

4545
### Fix Individual Packages
4646

0 commit comments

Comments
 (0)