This commit is contained in:
sagie gur ari 2020-05-09 19:53:12 +00:00
parent 64fc7850ac
commit be4ac2b792
2 changed files with 2 additions and 2 deletions

View File

@ -517,7 +517,7 @@ runner::run_script_file(file, context)?;
```
That's it!<br>
Unless you want to provide your own custom SDK, prepopulate the runtime context with custom variables/state or
Unless you want to provide your own custom SDK, pre populate the runtime context with custom variables/state or
pull information out of the context after invocation than those 3 lines of code is all you need to do.<br>
Let's go over it line by line.<br>

View File

@ -474,7 +474,7 @@ runner::run_script_file(file, context)?;
```
That's it!<br>
Unless you want to provide your own custom SDK, prepopulate the runtime context with custom variables/state or
Unless you want to provide your own custom SDK, pre populate the runtime context with custom variables/state or
pull information out of the context after invocation than those 3 lines of code is all you need to do.<br>
Let's go over it line by line.<br>