Skip to content

Commit f5441c7

Browse files
authored
add missing blank (#5903)
1 parent f0175c6 commit f5441c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/resources/architectural-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ and [`UiKitView`]({{site.api}}/flutter/widgets/UiKitView-class.html))
854854
that let you embed this kind of content on each platform. Platform views can be
855855
integrated with other Flutter content<sup><a href="#a4">4</a></sup>. Each of
856856
these widgets acts as an intermediary to the underlying operating system. For
857-
example, on Android,`AndroidView` serves three primary functions:
857+
example, on Android, `AndroidView` serves three primary functions:
858858

859859
- Making a copy of the graphics texture rendered by the native view and
860860
presenting it to Flutter for composition as part of a Flutter-rendered surface

0 commit comments

Comments
 (0)