Skip to content

Commit 7afaef0

Browse files
authored
Merge pull request github#188 from casals/patch-5
Update configuring-gradle-for-use-with-github-packages.md
2 parents 88c8250 + 7891f77 commit 7afaef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/packages/using-github-packages-with-your-projects-ecosystem/configuring-gradle-for-use-with-github-packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ You can install a package by adding the package as a dependency to your project.
173173
{% data reusables.package_registry.authenticate-step %}
174174
2. Add the package dependencies to your *build.gradle* file (Gradle Groovy) or *build.gradle.kts* file (Kotlin DSL) file.
175175

176-
Example using Grady Groovy:
176+
Example using Gradle Groovy:
177177
```shell
178178
dependencies {
179179
implementation 'com.example:package'
@@ -188,7 +188,7 @@ You can install a package by adding the package as a dependency to your project.
188188

189189
3. Add the maven plugin to your *build.gradle* file (Gradle Groovy) or *build.gradle.kts* file (Kotlin DSL) file.
190190

191-
Example using Grady Groovy:
191+
Example using Gradle Groovy:
192192
```shell
193193
plugins {
194194
id 'maven'

0 commit comments

Comments
 (0)