Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: typo beings->begins #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions types/debug-logger/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,10 @@ declare module "debug-logger" {
*/
export interface DebugLoggerConfig {
/**
* Ensure that output from this module always beings after a newline on the terminal.
* Ensure that output from this module always begins after a newline on the terminal.
* If you are using the console to output things not ending in a newline, e.g. progress bars,
* and a logger function prints data while the console is not positioned on a new line,
* <code>debug-logger</code> will insert a newline first to ensure a new line beings before log output
* <code>debug-logger</code> will insert a newline first to ensure a new line begins before log output
* is printed.
*/
ensureNewline?: boolean;
Expand Down
Loading