Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmWillShepherd committed Jun 29, 2017
1 parent b638b02 commit 20781ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/ui/repository-settings/remote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class Remote extends React.Component<IRemoteProps, {}> {
<TextBox
placeholder="Remote URL"
value={remote.url}
onValueChange={this.props.onRemoteUrlChanged}
onValueChanged={this.props.onRemoteUrlChanged}
/>
</DialogContent>
)
Expand Down

0 comments on commit 20781ba

Please sign in to comment.