diff --git a/contributors.yml b/contributors.yml index c71107c80c..bf6a1c265e 100644 --- a/contributors.yml +++ b/contributors.yml @@ -47,6 +47,7 @@ - bhbs - bilalk711 - bobziroll +- bravo-kernel - Brendonovich - BrianT1414 - brockross diff --git a/docs/explanation/special-files.md b/docs/explanation/special-files.md index 2b59a81e12..61aeffdefb 100644 --- a/docs/explanation/special-files.md +++ b/docs/explanation/special-files.md @@ -248,7 +248,7 @@ export default function handleRequest(...) { { /* ... */ } ); - // Abort the streaming render pass after 11 seconds soto allow the rejected + // Abort the streaming render pass after 11 seconds so to allow the rejected // boundaries to be flushed setTimeout(abort, streamTimeout + 1000); });