Skip to content

Commit

Permalink
fix typo (onyx-dot-app#3408)
Browse files Browse the repository at this point in the history
expliticly -> explicitly
  • Loading branch information
evan-danswer authored and Aron Szanto committed Dec 23, 2024
1 parent 42763f4 commit 1b74cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/admin/connectors/AccessTypeForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function AccessTypeForm({
name: "Private",
value: "private",
description:
"Only users who have expliticly been given access to this connector (through the User Groups page) can access the documents pulled in by this connector",
"Only users who have explicitly been given access to this connector (through the User Groups page) can access the documents pulled in by this connector",
},
];

Expand Down

0 comments on commit 1b74cc8

Please sign in to comment.