Skip to content

Commit

Permalink
Minor spelling change
Browse files Browse the repository at this point in the history
  • Loading branch information
james-strauss-uwa committed Dec 18, 2024
1 parent 3a94d51 commit 02b5bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tutorials/graphBuilding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ newTut.newTutStep("Connecting nodes", "<em>Click and hold the output Port of the
.setAlternateHighlightTargetFunc(function(){return $("#logicalGraphParent")})
.setConditionFunction(function(eagle:Eagle){if(eagle.logicalGraph().getEdges().length != 0){return true}else{return false}}) //check if there are any edges present in the graph

newTut.newTutStep("Graph Errors and warnings", "This is the error checking system, it is showing a checkmark, so we did everything correctly. If there are errors in the graph you are able to troubleshoot them by clicking here.", function(){return $("#checkGraphDone")})
newTut.newTutStep("Graph Errors and warnings", "This is the error checking system, it is showing a check mark, so we did everything correctly. If there are errors in the graph you are able to troubleshoot them by clicking here.", function(){return $("#checkGraphDone")})

// newTut.newTutStep("Graph Errors and warnings", "This modal may aid you in troubleshooting graphs. In this case these errors are all port type errors. Eagle can automatically fix errors such as these for you. To do this you can press 'F' in the graph or <em>click on 'Fix All'</em>", function(){return $("#errorModalFixAll")})
// .setType(TutorialStep.Type.Press)
Expand Down

0 comments on commit 02b5bde

Please sign in to comment.