Skip to content

Commit f3e438b

Browse files
committed
Fix string quotes for API key on widget examples page
1 parent 7b84606 commit f3e438b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/about/_elixir_widget_example.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'GoogleMap',
1313
{
1414
opts: {
15-
apiKey: <%= Rails.application.config.secrets.google_maps_api_key %> // Get your own API key!
15+
apiKey: '<%= Rails.application.config.secrets.google_maps_api_key %>' // Get your own API key!
1616
},
1717
params: {
1818
country: [<%== t 'developer.gmaps_countries' %>],

0 commit comments

Comments
 (0)