Merge pull request #2496 from unoplatform/mergify/bp/release/stable/4.2/pr-2446

docs: Fix typo (backport #2446)
This commit is contained in:
Agnès ZITTE 2024-08-15 19:05:33 -04:00 коммит произвёл GitHub
Родитель 5c79883fec ffcdf42eab
Коммит fe2c99e4f3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,4 +25,4 @@ but the property _property_name_ is not of type `IFeed<T>` (nor `IState<T>`).
> [!NOTE]
> If your property is synchronous (i.e. not a `Feed` nor a `State`), you don't need to use the `[FeedParameter]` attribute.
> Remove the parameter from teh method and get your value from the property directly.
> Remove the parameter from the method and get your value from the property directly.