Skip to content

Commit

Permalink
Fix minor typo (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakynfly authored and MothDoctor committed Jan 28, 2022
1 parent 0cd2809 commit eaf2f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/FlowEditor/Private/FlowEditorCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void FFlowGraphCommands::RegisterCommands()
UI_COMMAND(TogglePinBreakpoint, "Toggle Pin Breakpoint", "Toggles a breakpoint on the pin", EUserInterfaceActionType::Button, FInputChord());

UI_COMMAND(FocusViewport, "Focus Viewport", "Focus viewport on actor assigned to the node", EUserInterfaceActionType::Button, FInputChord());
UI_COMMAND(JumpToNodeDefinition, "Jump to Node Definition", "Jump tp the node definition", EUserInterfaceActionType::Button, FInputChord());
UI_COMMAND(JumpToNodeDefinition, "Jump to Node Definition", "Jump to the node definition", EUserInterfaceActionType::Button, FInputChord());
}

FFlowSpawnNodeCommands::FFlowSpawnNodeCommands()
Expand Down

0 comments on commit eaf2f99

Please sign in to comment.