Skip to content

Commit 7d10608

Browse files
authored
fix: fix the code highlighting (#4440)
1 parent 17accf3 commit 7d10608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/native/native-cocoapods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ To create a project using the web wizard and configure the CocoaPods integration
108108
5. Add the Kotlin CocoaPods Gradle plugin to the version catalog. In the `gradle/libs.versions.toml` file,
109109
add the following declaration to the `[plugins]` block:
110110
111-
```toml
111+
```text
112112
kotlinCocoapods = { id = "org.jetbrains.kotlin.native.cocoapods", version.ref = "kotlin" }
113113
```
114114

0 commit comments

Comments
 (0)