Skip to content

Commit f0d99bb

Browse files
authored
fix: minor spelling mistake (#53)
1 parent e2b8c5e commit f0d99bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/src/features/pages/regular/home/roles-info.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const RolesInfo: FC<RolesInfoProps> = ({ isCompact = false }) => {
2626
{
2727
name: "Contributor",
2828
permissions: ["read", "download", "create"],
29-
description: "Contributor are Pilots (see the handbook) or those who expressed interest in contibuting"
29+
description: "Contributors are Pilots (see the handbook) or those who expressed interest in contributing"
3030
},
3131
{
3232
name: "Moderator",

0 commit comments

Comments
 (0)