diff --git a/README.md b/README.md index 19595d9..3f851d0 100644 --- a/README.md +++ b/README.md @@ -162,9 +162,12 @@ changes. Please reach out if there are any undocumented breaking changes. ## Found issues? -Please [file an issue](https://github.com/denodrivers/postgres/issues/new/choose) with any problems with the driver in this repository's -issue section. If you would like to help, please look at the [issues](https://github.com/denodrivers/postgres/issues) as well. You -can pick up one of them and try to implement it. +Please +[file an issue](https://github.com/denodrivers/postgres/issues/new/choose) with +any problems with the driver in this repository's issue section. If you would +like to help, please look at the +[issues](https://github.com/denodrivers/postgres/issues) as well. You can pick +up one of them and try to implement it. ## Contributing guidelines diff --git a/debug.ts b/debug.ts index 31fbe72..f789ba0 100644 --- a/debug.ts +++ b/debug.ts @@ -1,8 +1,8 @@ /** - * Controls debugging behavior. If set to `true`, all debug options are enabled. + * Controls debugging behavior. If set to `true`, all debug options are enabled. * If set to `false`, all debug options are disabled. Can also be an object with * specific debug options to enable. - * + * * {@default false} */ export type DebugControls = DebugOptions | boolean;