Skip to content

Commit

Permalink
Fix broken link in docs-input.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Natanel-Shitrit authored Jul 20, 2024
1 parent c508d4f commit 374de11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cy/api/docs-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

`(input/find)` is a general-purpose fuzzy finder that is similar to `fzf`. When invoked, it prompts the user to choose from one of the items provided in `inputs`. `(input/find)` does not return until the user makes a choice; if they choose nothing (such as by hitting <kbd>ctrl+c</kbd>), it returns `nil`.

`inputs` is an array with elements that can take different forms depending on the desired behavior. See more on the [page about fuzzy finding](./fuzzy-finding.md).
`inputs` is an array with elements that can take different forms depending on the desired behavior. See more on the [page about fuzzy finding](./user-input/fuzzy-finding.md).

This function supports a range of named parameters that adjust its functionality:

Expand Down

0 comments on commit 374de11

Please sign in to comment.