From e8fdc1a28b6466d05fbf9f72ecb5504a594fd0fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9=20Larivi=C3=A8re?= Date: Fri, 17 Apr 2020 10:04:00 +0200 Subject: [PATCH] Fix typo --- docs/Fabulous.XamarinForms/migration-guide-to-0.53.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Fabulous.XamarinForms/migration-guide-to-0.53.md b/docs/Fabulous.XamarinForms/migration-guide-to-0.53.md index 42bfaec57..e684e834a 100644 --- a/docs/Fabulous.XamarinForms/migration-guide-to-0.53.md +++ b/docs/Fabulous.XamarinForms/migration-guide-to-0.53.md @@ -78,6 +78,6 @@ View.Image( ) View.MediaElement( - Source = MediaSrc (getImageSource()) + Source = MediaSrc (getMediaSource()) ) ``` \ No newline at end of file