Merge branch 'apache:main' into docc-integration
diff --git a/README.md b/README.md
index 4a18f05..2efa9aa 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Apache Beam Swift SDK
 
-Provides [Apache Beam][0] for Swift.
+Provides the [Apache Beam][0] SDK for Swift.
 
 ## Usage
 
@@ -8,7 +8,7 @@
 
 ```swift
 .package(
-    url: "https://github.com/apache/beam-swift",
+    url: "https://github.com/apache/beam-swift",
     .branch("main")
 )
 ```
diff --git a/Sources/ApacheBeam/Runtime/Bundle/Source.swift b/Sources/ApacheBeam/Runtime/Bundle/Source.swift
index f2e4b56..adb6885 100644
--- a/Sources/ApacheBeam/Runtime/Bundle/Source.swift
+++ b/Sources/ApacheBeam/Runtime/Bundle/Source.swift
@@ -61,7 +61,7 @@
                 return (id, transform)
             // TODO: Handle timer messages
             default:
-                log.info("Unhanled message \(message)")
+                log.info("Unhandled message \(message)")
             }
         }
         return (context.instruction, context.transform)