Skip to content

Commit 9dcdd20

Browse files
committed
chore(admob): add missing closing tag
1 parent 0011a8d commit 9dcdd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase-admob/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Broadly speaking, there are two parts to successfully implementing Native Ads: l
268268
Ensure you've included xmlns:ui="@nativescript/firebase-admob" on the Page element
269269

270270
```xml
271-
<ui:NativeAdView height="400" loaded="{{nativeAdLoaded}}">
271+
<ui:NativeAdView height="400" loaded="{{nativeAdLoaded}}" />
272272
```
273273

274274
### Always test with test ads

0 commit comments

Comments
 (0)