Merge pull request #9133 from aki32/patch-1

Fixed typo in Update Lottie.md
This commit is contained in:
Jérôme Laban 2022-06-26 20:26:21 -04:00 коммит произвёл GitHub
Родитель 048db03e09 8b8b8973f7
Коммит 1cbc1340b6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -27,7 +27,7 @@ Add the following namespaces:
Documentation: <https://docs.microsoft.com/en-us/uwp/api/microsoft.ui.xaml.controls.animatedvisualplayer>
On UWP, you'll need to reference the following packages in your head project:
* `Microsoft.Toolki.Uwp.UI.Lottie` (for the `LottieVisualSource`)
* `Microsoft.Toolkit.Uwp.UI.Lottie` (for the `LottieVisualSource`)
* `Microsoft.UI.Xaml` (for the `AnimatedVisualPlayer`)
On WASM, Android, iOS and macOS, you'll need the following packages: