Skip to content

Commit

Permalink
docs: @putout/plugin-remove-unused-variables: back ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser authored Jul 2, 2024
1 parent 4b556cb commit 350721e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-remove-unused-variables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-remove-unused-variables.svg?style=flat&longCache=true
[NPMURL]: https://npmjs.org/package/@putout/plugin-remove-unused-variables "npm"

> A variable is a container for a value, like a number we might use in a sum, or a string that we might use as part of a sentence.
> A variable is a container for a value, like a `number` we might use in a sum, or a `string` that we might use as part of a sentence.
>
> (c) [MDN](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Variables)
Expand Down

0 comments on commit 350721e

Please sign in to comment.