Skip to content

Commit 0ebfc1b

Browse files
Fix typo in in-source docs for Target (#5624) (#5631)
1 parent 875a32f commit 0ebfc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageDescription/Target.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public final class Target {
205205
///
206206
/// If you make a remote binary framework available as a Swift package,
207207
/// declare a remote, or _URL-based_, binary target in your package manifest
208-
/// with ``Target/binaryTarget(name:url:checksum:)``. Aways run `swift
208+
/// with ``Target/binaryTarget(name:url:checksum:)``. Always run `swift
209209
/// package compute-checksum path/to/MyFramework.zip` at the command line to
210210
/// make sure you create a correct SHA256 checksum.
211211
///

0 commit comments

Comments
 (0)