Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

Commit 89b6de5

Browse files
committed
Fixed closing tag for google-client-loader
1 parent 1cb6d80 commit 89b6de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-url-shortener.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<google-client-loader id="urlshortener" name="urlshortener" version="v1"
4444
on-google-api-load="_readyForAction"
4545
on-google-api-load-error="_apiLoadError">
46-
</google-api-loader>
46+
</google-client-loader>
4747
</template>
4848
</dom-module>
4949

0 commit comments

Comments
 (0)