Skip to content

Commit

Permalink
Merge pull request #1123 from ck3g/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in the guard clause
  • Loading branch information
designatednerd authored Apr 6, 2020
2 parents 0811e0f + 4a25e08 commit f59cdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial/tutorial-detail-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ private func loadLaunchDetails() {
guard
let launchID = self.launchID,
launchID != self.launch?.id else {
// This is the launch we're alrady displaying, or the ID is nil.
// This is the launch we're already displaying, or the ID is nil.
return
}

Expand Down

0 comments on commit f59cdde

Please sign in to comment.