Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Aug 26, 2021
1 parent 862f0a0 commit c5d487c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class App extends React.Component<{}, IAppState> {
name="prefix"
value={config.prefix}
onChange={this.onOptionsFieldChange}
placeholder="Interface prexix"
placeholder="Interface prefix"
/>
</Form.Field>
<Form.Field>
Expand Down

0 comments on commit c5d487c

Please sign in to comment.