From debea18a18009cea1f3bfbf4fb2cfc4d6112387f Mon Sep 17 00:00:00 2001 From: Carlos Arcenas Date: Sun, 9 Dec 2018 09:56:20 +0700 Subject: [PATCH] Fix grammar of swift/hello-world.md (#24412) --- guide/english/swift/hello-world/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/swift/hello-world/index.md b/guide/english/swift/hello-world/index.md index 0ce3b3a92e..857bc2b201 100644 --- a/guide/english/swift/hello-world/index.md +++ b/guide/english/swift/hello-world/index.md @@ -4,7 +4,7 @@ title: Hello World Swift ## Hello World -Only we have to add the method `print("Hello World")` (from the library UIKit) to the function `viewDidLoad()` of the class `ViewController: +We only have to add the method `print("Hello World")` (from the library UIKit) to the function `viewDidLoad()` of the class `ViewController: ```Swift import UIKit