From 88cb826fd4aeb75d4ac261483495852badfa8e03 Mon Sep 17 00:00:00 2001 From: JKillian Date: Sat, 13 Dec 2014 20:53:58 -0500 Subject: [PATCH] Fix typo in tutorial.js --- assets/scripts/tutorial.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/tutorial.js b/assets/scripts/tutorial.js index 10c4359f..18fac579 100644 --- a/assets/scripts/tutorial.js +++ b/assets/scripts/tutorial.js @@ -143,7 +143,7 @@ function tutorial_init_pre() { title: "Altitude aliases", text: ["You can also assign altitudes with the ‘climb’ command. This command also has aliases (other commands that have different", "names but act identically). Running the command ‘climb’ is the same as the commands ‘descend’,", - "‘descend’, or ‘altitude’; use whichever feels correct in your situation." + "‘clear’, or ‘altitude’; use whichever feels correct in your situation." ].join(" "), parse: function(t) { return t.replace("{CALLSIGN}", prop.aircraft.list[0].getCallsign());