Skip to content

Commit

Permalink
Added forgotten dot in utils.md (#11362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptitet authored May 27, 2024
1 parent d43922d commit 856654a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const currentFile = import.meta.url;
Bun.openInEditor(currentFile);
```

You can override this via the `debug.editor` setting in your [`bunfig.toml`](/docs/runtime/bunfig)
You can override this via the `debug.editor` setting in your [`bunfig.toml`](/docs/runtime/bunfig).

```toml-diff#bunfig.toml
+ [debug]
Expand Down

0 comments on commit 856654a

Please sign in to comment.