Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Saschl committed Oct 14, 2024
1 parent c54a046 commit 03e391f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/AddonSection/MyInstall/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const MyInstall: FC<MyInstallProps> = ({ addon }) => {
return documents;
}
// fallback for simbridge installations prior to 0.6
// remove afer transition period
// remove after transition period
return Directories.inInstallPackage(addon, 'resources');
}
}
Expand Down

0 comments on commit 03e391f

Please sign in to comment.