framework.md: fix typo

This commit is contained in:
Yann Cébron 2020-08-06 12:20:58 +02:00
parent b42e6b6eda
commit dc1eb7b5de

View File

@ -3,7 +3,7 @@ title: Supporting Frameworks
---
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
The following tutorial shows how to support a custom framework type for a project and make this framework type embedded in a project wizard as a UI component.n
The following tutorial shows how to support a custom framework type for a project and make this framework type embedded in a project wizard as a UI component.
The examples in this tutorial rely heavily on the [framework_basics](https://github.com/JetBrains/intellij-sdk-docs/tree/master/code_samples/framework_basics) code sample.
## 1. Creating a New Framework