Skip to content

Commit b6b6904

Browse files
authored
[docs] fix typo in dependencies (#133)
1 parent e646015 commit b6b6904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dependencies/gradle-version-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Use version catalog in any of `build.gradle.kts`:
4444

4545
```kotlin
4646
dependencies {
47-
implementation(libc.cryptography.core)
47+
implementation(libs.cryptography.core)
4848
implementation(libs.cryptography.provider.optimal)
4949
}
5050
```

0 commit comments

Comments
 (0)