Skip to content

Commit

Permalink
Merge pull request #1 from JKillian/patch-1
Browse files Browse the repository at this point in the history
Fix typo in tutorial.js
  • Loading branch information
zlsa committed Dec 14, 2014
2 parents d739ccf + 88cb826 commit 95ac985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts/tutorial.js
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 95ac985

Please sign in to comment.