Skip to content

Commit f824730

Browse files
committed
fix(docs): correct formatting in run-iApp documentation for better readability
1 parent d9c98db commit f824730

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guides/use-iapp/run-iapp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ const result = await iappGenerator.runIApp({
4545
});
4646
```
4747

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:
48+
The `runIApp` function will automatically download and decrypt the results for
49+
you. Nevertheless, if you want to retrieve results from a completed task, you
50+
can do so as follows:
5151

5252
```ts twoslash
5353
import { IExecIApp, getWeb3Provider } from '@mage-sombre/iapp';

0 commit comments

Comments
 (0)