Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
édouard wautier authored and édouard wautier committed Oct 19, 2023
1 parent 0564373 commit 618ccfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/components/assistant_builder/AssistantBuilder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ export default function AssistantBuilder({
</div>
<div className="text-sm">
<Input
placeholder="Anwser questions about sales, translate from English to French…"
placeholder="Answer questions about sales, translate from English to French…"
value={builderState.description}
onChange={(value) => {
setEdited(true);
Expand Down

0 comments on commit 618ccfb

Please sign in to comment.