Skip to content

Commit e47be97

Browse files
adv0rcursoragent
andcommitted
docs(logger): fix "destinatin" typo in JSDoc
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 1c8dcc8 commit e47be97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/astro/src/core/logger

packages/astro/src/core/logger/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export class AstroLogger {
248248
}
249249

250250
/**
251-
* It calls the `flush` function of the provided destinatin, if it exists.
251+
* It calls the `flush` function of the provided destination, if it exists.
252252
*/
253253
flush() {
254254
if (this.options.destination.flush) {

0 commit comments

Comments
 (0)