Skip to content

Commit

Permalink
docs: correct the deno.unstable description (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
irbull committed Apr 4, 2024
1 parent 22cfa4e commit afc7ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
"deno.unstable": {
"type": "boolean",
"default": false,
"markdownDescription": "Controls if code will be type checked with Deno's unstable APIs. This is the equivalent to using `--unstable` on the command line.\n\n**Not recommended to be enabled globally.**",
"markdownDescription": "Controls if tests will be run with the the `--unstable` flag when running tests via the explorer.\n\n**Not recommended to be enabled globally.**",
"scope": "resource",
"examples": [
true,
Expand Down

0 comments on commit afc7ac7

Please sign in to comment.