Skip to content

Commit 2a74b32

Browse files
author
Charles Lai
committed
fix embed api create title typo
1 parent 8c3f804 commit 2a74b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_snippets/api-embeds-create.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
timeframe = "1_hour"
1919
size = "medium"
2020
legend = "no"
21-
title = "Sick Title!"
21+
title = "Embed created through API"
2222

2323
# Make API Call
2424
status, result = dog.create_embed(graph_json, timeframe, size, legend, title)

0 commit comments

Comments
 (0)