Skip to content

Commit

Permalink
docs(www): framework is changed to language at language search example (
Browse files Browse the repository at this point in the history
shadcn-ui#1646)

Co-authored-by: shadcn <[email protected]>
  • Loading branch information
okazkayasi and shadcn authored Oct 3, 2023
1 parent 03098a3 commit 9c08874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/www/registry/default/example/combobox-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ export default function ComboboxForm() {
</PopoverTrigger>
<PopoverContent className="w-[200px] p-0">
<Command>
<CommandInput placeholder="Search framework..." />
<CommandEmpty>No framework found.</CommandEmpty>
<CommandInput placeholder="Search language..." />
<CommandEmpty>No language found.</CommandEmpty>
<CommandGroup>
{languages.map((language) => (
<CommandItem
Expand Down

0 comments on commit 9c08874

Please sign in to comment.