Skip to content

Commit

Permalink
Fix bad wording, thanks Adam!
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jan 9, 2024
1 parent 3e6fc1f commit 70cbcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Use cross-reference [autolinking](https://speced.github.io/bikeshed/#autolinking

When writing examples or notes, JavaScript variables and values are enclosed in `<code>` tags, not in `<var>` tags.

Use abstract operations in the following scenarios to factor out shared logic used by multiple public APIs, or by multiple other abstract operations.
Use abstract operations to factor out shared logic used by multiple public APIs, or by multiple other abstract operations.

## Reference implementation style

Expand Down

0 comments on commit 70cbcd0

Please sign in to comment.