From 02b5bde158d7d6dc7503e6d581f92d074de72cec Mon Sep 17 00:00:00 2001 From: james-strauss-uwa Date: Wed, 18 Dec 2024 14:17:18 +0800 Subject: [PATCH] Minor spelling change --- src/tutorials/graphBuilding.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tutorials/graphBuilding.ts b/src/tutorials/graphBuilding.ts index 41c6f107..94937538 100644 --- a/src/tutorials/graphBuilding.ts +++ b/src/tutorials/graphBuilding.ts @@ -116,7 +116,7 @@ newTut.newTutStep("Connecting nodes", "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 click on 'Fix All'", function(){return $("#errorModalFixAll")}) // .setType(TutorialStep.Type.Press)