Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
🐛 fix misspelling of 'prerequisites' (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
jub0bs authored May 19, 2024
1 parent 6a4baac commit ab9451c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/talk/form/talkForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function TalkForm({ onSubmit, initialValues }) {
<Field
name="references"
label="Talk References"
tooltip="Give more info about your talk: slides, workshop pre-requities, github repo, video, summary, steps of the talk, which conference or meetup where it has been already given?"
tooltip="Give more info about your talk: slides, workshop prerequisites, github repo, video, summary, steps of the talk, which conference or meetup where it has been already given?"
component={markdownInput}
inline
/>
Expand Down

0 comments on commit ab9451c

Please sign in to comment.