From bba7811497a94ab932652fd3a204662e04f4d377 Mon Sep 17 00:00:00 2001 From: "Danil.Pavlov" Date: Fri, 25 Oct 2024 14:23:09 +0200 Subject: [PATCH] chore: page titles in kotlin/jvm --- docs/topics/jvm/jvm-get-started.md | 2 +- docs/topics/jvm/jvm-test-using-junit.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/jvm/jvm-get-started.md b/docs/topics/jvm/jvm-get-started.md index d88ae15200f..e9572a7c815 100644 --- a/docs/topics/jvm/jvm-get-started.md +++ b/docs/topics/jvm/jvm-get-started.md @@ -1,4 +1,4 @@ -[//]: # (title: Get started with Kotlin/JVM) +[//]: # (title: Create a console app – tutorial) This tutorial demonstrates how to use IntelliJ IDEA for creating a console application. diff --git a/docs/topics/jvm/jvm-test-using-junit.md b/docs/topics/jvm/jvm-test-using-junit.md index 650dd3b0108..911d2dcfeea 100644 --- a/docs/topics/jvm/jvm-test-using-junit.md +++ b/docs/topics/jvm/jvm-test-using-junit.md @@ -1,4 +1,4 @@ -[//]: # (title: Test code using JUnit in JVM – tutorial) +[//]: # (title: Test code using JUnit – tutorial) This tutorial shows you how to write a simple unit test and run it with the Gradle build tool.