Make it clear we're talking about discovery hits

This commit is contained in:
Dave Pearson 2024-02-14 10:20:46 +00:00
parent 4f6f15a066
commit 66c19fab01
No known key found for this signature in database
GPG key ID: B413E0EF113D4ABF

View file

@ -101,7 +101,7 @@ In the example above, the callback is a lambda which calls the `open_file` metho
### discover method
The [`discover`][textual.command.Provider.discover] method is responsible for providing results (or *hits*) that should be shown to the user when the command palette input is empty;
The [`discover`][textual.command.Provider.discover] method is responsible for providing results (or *discovery hits*) that should be shown to the user when the command palette input is empty;
this is to aid in command discoverability.
!!! note