module_types.md: clarify code-sample/icon (IJSDK-1003), correct

This commit is contained in:
Yann Cébron 2021-02-23 16:10:20 +01:00
parent 7d5af4b118
commit 65de6d3b56

View File

@ -6,7 +6,7 @@
However, an application might need module of a type that isn't supported yet.
This tutorial shows how to register a new module type and link it to the project creation procedure and the UI.
The source code for the [`module`](https://github.com/JetBrains/intellij-sdk-code-samples/tree/main/module) code sample is used throughout this tutorial.
The source code for the [`module`](https://github.com/JetBrains/intellij-sdk-code-samples/tree/main/module) and [`project_wizard`](https://github.com/JetBrains/intellij-sdk-code-samples/tree/main/project_wizard) code samples is used throughout this tutorial.
## Pre-Requirements