Skip to content

Commit e7d9831

Browse files
authored
docs: Fix typo in README for Interactivity on Android (ABausG#212)
1 parent fe7c2fc commit e7d9831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Android and iOS (starting with iOS 17) allow widgets to have interactive Element
303303

304304
<details><summary>Android</summary>
305305

306-
1. Add the necessary Receiver and Service to you `AndroidManifest.xml` file
306+
1. Add the necessary Receiver and Service to your `AndroidManifest.xml` file
307307
```
308308
<receiver android:name="es.antonborri.home_widget.HomeWidgetBackgroundReceiver" android:exported="true">
309309
<intent-filter>

0 commit comments

Comments
 (0)