diff --git a/src/i18n/en-US/discussions.ts b/src/i18n/en-US/discussions.ts
index 3e6f6b725..d282b5f92 100644
--- a/src/i18n/en-US/discussions.ts
+++ b/src/i18n/en-US/discussions.ts
@@ -73,7 +73,7 @@ const discussions = {
label: 'Tips for using the discussion boards',
content: [
'Start a new discussion thread for each new topic',
- 'Use tags (@) any time you need input from a specific individual or group. Group tags will notify all members of that group. Avalailble group tags: @Governance Review Board, @Governance Admin Team, and @Admin Lead',
+ 'Use tags (@) any time you need input from a specific individual or group. Group tags will notify all members of that group. Available group tags: @Governance Review Board and @Governance Admin Team.',
'Participating individuals will get an email notification when a new discussion is started, or when they are tagged in a discussion or reply'
]
}