Skip to content

Commit

Permalink
Merge pull request #38 from karchjd/brandmaier-patch-1
Browse files Browse the repository at this point in the history
Fix typo ToolbarTop.svelte
  • Loading branch information
karchjd authored Apr 3, 2024
2 parents 880708d + e886683 commit 6adb4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Toolbars/ToolbarTop.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
if (type === "directed") {
// @ts-ignore
bootbox.alert(
"Connect two nodes with a directed edge by dragging from one to another while holding the SPACEC key. The direction will be from the first node you click to the second.",
"Connect two nodes with a directed edge by dragging from one to another while holding the SPACE key. The direction will be from the first node you click to the second.",
);
} else if (type === "undirected") {
// @ts-ignore
Expand Down

0 comments on commit 6adb4dd

Please sign in to comment.