Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
expliticly -> explicitly
  • Loading branch information
evan-danswer authored Dec 10, 2024
1 parent 7f6a694 commit c30da60
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 c30da60

Please sign in to comment.