diff --git a/doc/api/wasi.md b/doc/api/wasi.md index 7303e0eeabb..6f477a765da 100644 --- a/doc/api/wasi.md +++ b/doc/api/wasi.md @@ -197,8 +197,7 @@ If version `unstable` was passed into the constructor it will return: { wasi_unstable: wasi.wasiImport } ``` -If version `preview1` was passed into the constructor or no version was -specified it will return: +If version `preview1` was passed into the constructor it will return: ```json { wasi_snapshot_preview1: wasi.wasiImport }