Skip to content

Commit

Permalink
fix(graph): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Sep 20, 2024
1 parent 999abe9 commit e9fd0a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export default function TargetConfigurationDetails({
</Tooltip>
</h4>
<div className="group/line overflow-hidden whitespace-nowrap pl-5">
<TargetConfigurationProperty data={{ paralelism: false }}>
<TargetConfigurationProperty data={{ parallelism: false }}>
<TargetSourceInfo
className="min-w-0 flex-1 pl-4 opacity-0 transition-opacity duration-150 ease-in-out group-hover/line:opacity-100"
propertyKey={`targets.${targetName}.parallelism`}
Expand Down

0 comments on commit e9fd0a7

Please sign in to comment.