Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
infacc committed Aug 17, 2023
1 parent ce492bc commit 931f9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/data-preview/data-preview.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export class DataPreviewComponent implements OnChanges {
const pluginPreviewOptions: PluginPreviewOption[] = pluginLinks.map(pluginLink => {
return {
type: 'plugin',
name: pluginLink.name ?? "Unknonw",
name: pluginLink.name ?? "Unknown",
plugin: pluginLink
}
});
Expand Down

0 comments on commit 931f9be

Please sign in to comment.