From 3b4f907c9961ffb8c04cd1ffc8661c9874d8bbe4 Mon Sep 17 00:00:00 2001
From: ocouch <43231870+ocouch@users.noreply.github.com>
Date: Sat, 24 Apr 2021 22:38:22 +1000
Subject: [PATCH 1/2] Update editing-and-deleting-text.md
Add explanation of how to excape multi-cursor mode.
---
content/using-atom/sections/editing-and-deleting-text.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/content/using-atom/sections/editing-and-deleting-text.md b/content/using-atom/sections/editing-and-deleting-text.md
index 96ace4dbe6..b98388b13d 100644
--- a/content/using-atom/sections/editing-and-deleting-text.md
+++ b/content/using-atom/sections/editing-and-deleting-text.md
@@ -62,6 +62,8 @@ This can be incredibly helpful in doing many type of repetitive tasks such as re
You can also use the mouse to select text with the CmdCtrl key pressed down to select multiple regions of your text simultaneously.
+Return to a single cursor by hitting Esc or by clicking anywhere in the file to position a cursor there as normal.
+
#### Whitespace
Atom comes with several commands to help you manage the whitespace in your document. One very useful pair of commands converts leading spaces into tabs and converts leading tabs into spaces. If you're working with a document that has mixed whitespace, these commands are great for helping to normalize the file. There are no keybindings for the whitespace commands, so you will have to search your command palette for "Convert Spaces to Tabs" (or vice versa) to run one of these commands.
From 39d56d93269d161754b7789d37ae519153ea6691 Mon Sep 17 00:00:00 2001
From: ocouch <43231870+ocouch@users.noreply.github.com>
Date: Sun, 25 Apr 2021 14:40:00 +1000
Subject: [PATCH 2/2] Update interacting-with-other-packages-via-services.md
Update url so it still works and doesn't fail the testing.
This section may need to be rewritten if moving to v7.
---
.../sections/interacting-with-other-packages-via-services.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/behind-atom/sections/interacting-with-other-packages-via-services.md b/content/behind-atom/sections/interacting-with-other-packages-via-services.md
index 478bccd3ae..6b6558f5cd 100644
--- a/content/behind-atom/sections/interacting-with-other-packages-via-services.md
+++ b/content/behind-atom/sections/interacting-with-other-packages-via-services.md
@@ -37,7 +37,7 @@ module.exports = {
}
```
-Similarly, to consume a service, specify one or more [version _ranges_](https://docs.npmjs.com/misc/semver#ranges), each paired with the name of a method on the package's main module:
+Similarly, to consume a service, specify one or more [version _ranges_](https://docs.npmjs.com/cli/v6/using-npm/semver#ranges), each paired with the name of a method on the package's main module:
```json
{