Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
google-map-directions: fix typo in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Oct 29, 2013
1 parent bd5779f commit 386ed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-map/metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<google-map-directions></google-map-directions>
</template>
<property name="map" kind="string"></property>
<property name="travelMode" kind="select" options="DRIVING,TRSNSIT,WALKING,BICYCLING"></property>
<property name="travelMode" kind="select" options="DRIVING,TRANSIT,WALKING,BICYCLING"></property>
<template id="imports">
<link rel="import" href="google-map-directions.html">
</template>
Expand Down

0 comments on commit 386ed18

Please sign in to comment.