Bladeren bron

Review ReleaseTooling PodspecsTester Sources (#13400)

Seyed Mojtaba Hosseini Zeidabadi 1 jaar geleden
bovenliggende
commit
4f4773d1c9
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      ReleaseTooling/Sources/PodspecsTester/InitializeSource.swift

+ 1 - 1
ReleaseTooling/Sources/PodspecsTester/InitializeSource.swift

@@ -74,7 +74,7 @@ enum InitializeSpecTesting {
     // ```
     // The tag should include `s.version`, e.g.
     // If "s.version = '8.11.0-beta'", the tag should include 8.11.0-beta to
-    // avoid trigerring the warning.
+    // avoid triggering the warning.
     for pod in manifest.pods {
       let testingTag = Constants.testingTagPrefix + manifest.versionString(pod)
       // Add or update the testing tag to the local sdk repo.