We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be901a commit 4f4773dCopy full SHA for 4f4773d
ReleaseTooling/Sources/PodspecsTester/InitializeSource.swift
@@ -74,7 +74,7 @@ enum InitializeSpecTesting {
74
// ```
75
// The tag should include `s.version`, e.g.
76
// If "s.version = '8.11.0-beta'", the tag should include 8.11.0-beta to
77
- // avoid trigerring the warning.
+ // avoid triggering the warning.
78
for pod in manifest.pods {
79
let testingTag = Constants.testingTagPrefix + manifest.versionString(pod)
80
// Add or update the testing tag to the local sdk repo.
0 commit comments