summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/tools/lint.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/lint.rs b/cli/tools/lint.rs
index 44d5677e8..165f32233 100644
--- a/cli/tools/lint.rs
+++ b/cli/tools/lint.rs
@@ -1,6 +1,6 @@
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
-//! This module provides file formating utilities using
+//! This module provides file formatting utilities using
//! [`deno_lint`](https://github.com/denoland/deno_lint).
//!
//! At the moment it is only consumed using CLI but in