From def2a0b705cece889e1790eb849d5f8766f8e17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 27 Jan 2025 11:35:27 +0100 Subject: [PATCH] Custom Language Tutorial: clarify requirement for previous steps --- .../custom_language_support_tutorial.md | 4 ++-- .../custom_language_support/language_and_filetype.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/topics/tutorials/custom_language_support/custom_language_support_tutorial.md b/topics/tutorials/custom_language_support/custom_language_support_tutorial.md index d47ca2f8a..fffbe8880 100644 --- a/topics/tutorials/custom_language_support/custom_language_support_tutorial.md +++ b/topics/tutorials/custom_language_support/custom_language_support_tutorial.md @@ -1,4 +1,4 @@ - + # Custom Language Support Tutorial @@ -21,7 +21,7 @@ In this tutorial, we will add support for a [.properties](https://en.wikipedia.o > {title="Accessing the code" style="note"} -This a step-by-step tutorial, and it requires completing each step, in order: +This is a step-by-step tutorial, and it requires completing each step, in order: * [](prerequisites.md) * [](folding_builder.md) diff --git a/topics/tutorials/custom_language_support/language_and_filetype.md b/topics/tutorials/custom_language_support/language_and_filetype.md index fc817e4bc..160211800 100644 --- a/topics/tutorials/custom_language_support/language_and_filetype.md +++ b/topics/tutorials/custom_language_support/language_and_filetype.md @@ -1,4 +1,4 @@ - + # 2. Language and File Type @@ -16,8 +16,8 @@ -> This page is part of multi step [](custom_language_support_tutorial.md). -> +> This page is part of multi-step [](custom_language_support_tutorial.md). +> All previous steps must be executed in sequence for the code to work.