We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c98db commit f824730Copy full SHA for f824730
src/guides/use-iapp/run-iapp.md
@@ -45,9 +45,9 @@ const result = await iappGenerator.runIApp({
45
});
46
```
47
48
-The `runIApp` function will automatically download and decrypt the
49
-results for you. Nevertheless, if you want to retrieve results from a completed
50
-task, you can do so as follows:
+The `runIApp` function will automatically download and decrypt the results for
+you. Nevertheless, if you want to retrieve results from a completed task, you
+can do so as follows:
51
52
```ts twoslash
53
import { IExecIApp, getWeb3Provider } from '@mage-sombre/iapp';
0 commit comments