Custom Language Tutorial: clarify requirement for previous steps

This commit is contained in:
Yann Cébron 2025-01-27 11:35:27 +01:00
parent f7486c768d
commit def2a0b705
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# 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)

View File

@ -1,4 +1,4 @@
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# 2. Language and File Type
@ -16,8 +16,8 @@
<snippet id="custom_language_tutorial_header">
> 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.
</snippet>