diff --git a/packages/desktop-client/src/components/settings/FixSplits.js b/packages/desktop-client/src/components/settings/FixSplits.js
index 1b00d938d0eb72e541f536f895e0e155903a056b..1167bfeeaa10d92cc7ff2227e73d46cf70d9964b 100644
--- a/packages/desktop-client/src/components/settings/FixSplits.js
+++ b/packages/desktop-client/src/components/settings/FixSplits.js
@@ -78,9 +78,9 @@ export default function FixSplitsTool() {
       <Text>
         <strong>Repair split transactions</strong> if you are experiencing bugs
         relating to split transactions and the “Reset budget cache” button above
-        does not help. If you see blank payees on splits or account balances (or
-        any balances) are incorrect, this tool may fix them. This tool does two
-        things:
+        does not help, this tool may fix them. Some examples of bugs include
+        seeing blank payees on splits or incorrect account balances. This tool
+        does two things:
       </Text>
       <ul style={{ margin: 0, paddingLeft: '1.5em' }}>
         <li style={{ marginBottom: '0.5em' }}>
diff --git a/upcoming-release-notes/1363.md b/upcoming-release-notes/1363.md
new file mode 100644
index 0000000000000000000000000000000000000000..acd8b658f461b472e0f0c47ba08fca6a3eb0611c
--- /dev/null
+++ b/upcoming-release-notes/1363.md
@@ -0,0 +1,6 @@
+---
+category: Bugfix
+authors: [migillett]
+---
+
+Fixed spelling errors in the "Repair split transactions" section of the settings page.
\ No newline at end of file