Skip to content

Commit 2648096

Browse files
committed
corrected typo
1 parent 40569d5 commit 2648096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ActionBar/SourceFetchStatusIcon/SourceFetchStatusIcon.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function SourceFetchStatusIcon({ context, source, proxyUrl }) {
1919
const status = context.fetchSuccess[actualSource];
2020
if (status) {
2121
return (
22-
<Tooltip title="Query was succesfull">
22+
<Tooltip title="Query was succesful">
2323
<CheckBoxIcon size="small" />
2424
</Tooltip>
2525
);

0 commit comments

Comments
 (0)