diff --git a/docs/WASI-background.md b/docs/WASI-background.md index cb9d5ddd92..6d3abc6884 100644 --- a/docs/WASI-background.md +++ b/docs/WASI-background.md @@ -73,7 +73,7 @@ bakes in in understandings about what processes are and what communication between them looks like. Pipes, Unix-domain sockets, POSIX shared memory, signals, files with `fcntl` -`F_SETLK`/`F_GETLK`-style locking (which is process-associated), are are tied +`F_SETLK`/`F_GETLK`-style locking (which is process-associated), are tied to processes. But what *is* a process, when we're talking about WebAssembly? ## Stick a fork in it