Skip to content

Commit

Permalink
docs: update flutter tools menu hints
Browse files Browse the repository at this point in the history
  • Loading branch information
sidlatau committed Dec 23, 2024
1 parent 6940e8e commit 6e7ade8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/flutter-tools/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,13 @@ function M.commands(opts)
{
id = "flutter-tools-copy-profiler-url",
label = "Copy Profiler Url",
hint = "Run the app and the DevTools first",
hint = "Copy the profiler url to the clipboard",
command = commands.copy_profiler_url,
},
{
id = "flutter-tools-open-dev-tools",
label = "Open Dev Tools",
hint = "Run the app and the Dev Tools first",
hint = "Open flutter dev tools in the browser",
command = commands.open_dev_tools,
},
})
Expand Down

0 comments on commit 6e7ade8

Please sign in to comment.