Skip to content

Commit ced14d4

Browse files
committed
fix typo getplotloffline ---> getplotlyoffline
1 parent 8b361b2 commit ced14d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotly_offline_aux/plotlyoffline.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
bundle = fileread(bundle_file);
1616
catch
1717
error(['Error reading: %s.\nPlease download the required ', ...
18-
'dependencies using: >>getplotloffline \n', ...
18+
'dependencies using: >>getplotlyoffline \n', ...
1919
'or contact [email protected] for assistance.'], ...
2020
bundle_file);
2121
end

0 commit comments

Comments
 (0)