You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ About the install of scopes using the library, this library requires manually in
56
56
| getTemplateScriptFiles | Fetches a list of template files (script_id of the template is defined in the script properties, default template id is set to the library's id). |
57
57
| assignTemplate | Initializes the class and sets the ID of the template script as the data source. |
58
58
59
-
\* - makes changes the script file
59
+
\* - makes changes to the script file
60
60
61
61
<aname="methods_class"></a>
62
62
@@ -72,13 +72,13 @@ About the install of scopes using the library, this library requires manually in
72
72
| setCustomSource | Sets the content of the source in a file within the script. |
73
73
| addFileToUserJson | Adds a file to the user's script. |
74
74
|**General**|
75
-
|**commit**\*| Applies the pending changes made to the script. |
75
+
|**commit*** | Applies the pending changes made to the script. |
76
76
| drop | Discards the local changes made to the script, without reverting a commit. |
77
77
| viewChanges | Displays a list of changes that will be applied to the script upon committing. |
78
78
| getChanges | Retrieves a list of changes that will be applied to the script upon committing. |
79
79
| getTemplateId | Retrieves the current ID of the script's template. |
0 commit comments