Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-vm committed Dec 28, 2023
1 parent 785f5ca commit dd6eed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const PieceFormItem: React.FC<PieceFormItemProps> = ({
<CodeEditorInput<IWorkflowPieceData>
name={`inputs.${itemKey}.value`}
language={language}
placeholder={`Enter yor ${language} code here.`}
placeholder={`Enter your ${language} code here.`}
/>
);
} else if (
Expand Down

0 comments on commit dd6eed9

Please sign in to comment.