typo in intro

This commit is contained in:
Roland Illig 2018-11-17 06:03:30 +01:00 committed by GitHub
parent 698fc7b08c
commit 1dc791dc8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ title: Custom Language Support Tutorial
In this tutorial we will add basic support for
[.properties](https://en.wikipedia.org/wiki/.properties)
language and it's usages within Java code.
language and its usages within Java code.
We will generate parser and PSI elements using
[Grammar-Kit](https://github.com/JetBrains/Grammar-Kit) plugin.