Skip to content

Commit

Permalink
docs: fix incorrect markup of markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Oct 2, 2024
1 parent 8064c73 commit 6b62642
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use biome_js_syntax::{JsSyntaxKind, TextRange};
declare_lint_rule! {
/// Disallow assignments to native objects and read-only global variables.
///
/// _JavaScript environments contain numerous built-in global variables, such as `window` in browsers and `process` in _Node.js.
/// JavaScript's environments contain numerous built-in global variables, such as `window` in browsers and `process` in Node.js.
/// Assigning values to these global variables can be problematic as it can override essential functionality.
///
/// ## Examples
Expand Down

0 comments on commit 6b62642

Please sign in to comment.