docs: improve backPressure event documentation
[poolifier.git] / docs / api.md
index a48f4c54c3977dadade267f0ef5ca50e3ae22fda..1848c1306016fc9e9a780ba8d712704fe3f6efad 100644 (file)
@@ -94,7 +94,8 @@ An object with these properties:
   Properties:
 
   - `concurrency` (optional) - The maximum number of tasks that can be executed concurrently on a worker. It must be a positive integer.
-    Default: `{ concurrency: 1 }`
+
+  Default: `{ concurrency: 1 }`
 
 #### `ThreadPoolOptions extends PoolOptions`