Fix a misprint (#1369)

This commit is contained in:
Kirill Likhodedov 2024-09-11 17:45:02 +02:00 committed by GitHub
parent df6c003de8
commit bbaab10ac1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ provides the ability to query data from
### Basic request
To request all entities if the concrete type use
To request all entities of the concrete type use
[`EntityStorage.entities()`](%gh-ic%/platform/workspace/storage/src/com/intellij/platform/workspace/storage/EntityStorage.kt).
```kotlin