Skip to content

Commit 4f4773d

Browse files
authored
Review ReleaseTooling PodspecsTester Sources (#13400)
1 parent 2be901a commit 4f4773d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReleaseTooling/Sources/PodspecsTester/InitializeSource.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ enum InitializeSpecTesting {
7474
// ```
7575
// The tag should include `s.version`, e.g.
7676
// If "s.version = '8.11.0-beta'", the tag should include 8.11.0-beta to
77-
// avoid trigerring the warning.
77+
// avoid triggering the warning.
7878
for pod in manifest.pods {
7979
let testingTag = Constants.testingTagPrefix + manifest.versionString(pod)
8080
// Add or update the testing tag to the local sdk repo.

0 commit comments

Comments
 (0)