Skip to content

Commit 36ee803

Browse files
committed
Fix some typos and broken links
1 parent 5a8cfad commit 36ee803

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/PublishingPlugin.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ abstract class PublishingPlugin : Plugin<Project> {
175175
}
176176

177177
/**
178-
* Figures out the [ReleaseMetadata] for with this release.
178+
* Figures out the [ReleaseMetadata] for this release.
179179
*
180180
* Metadata can be provided either via the project properties or a [ReleaseConfig] file.
181181
*
@@ -298,7 +298,7 @@ abstract class PublishingPlugin : Plugin<Project> {
298298
*
299299
* A collection of [PomValidator] for each releasing project.
300300
*
301-
* Ensures that pom dependencies are not accidently downgraded.
301+
* Ensures that pom dependencies are not accidentally downgraded.
302302
*/
303303
private fun registerValidatePomForReleaseTask(
304304
project: Project,
@@ -608,7 +608,7 @@ abstract class PublishingPlugin : Plugin<Project> {
608608
*
609609
* @property releasingLibraries A list of libraries that should be released
610610
* @property name The name of the release (such as `m123`)
611-
* @see computeReleaseMetadata
611+
* @see PublishingPlugin.computeReleaseMetadata
612612
*/
613613
data class ReleaseMetadata(
614614
val releasingLibraries: List<FirebaseLibraryExtension>,

0 commit comments

Comments
 (0)