Skip to content

Commit

Permalink
Remove reference to args (#29893)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 8817744d6df1e30c1e7a1e83e4bbed4e382c955a
  • Loading branch information
thomasballinger authored and Convex, Inc. committed Sep 16, 2024
1 parent 68e7488 commit 5737f92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export type ComponentDefinition<Exports extends ComponentExports = any> = {
/**
* Install a component with the given definition in this component definition.
*
* Takes a component definition, and an optional name.
* Takes a component definition and an optional name.
*
* For editor tooling this method expects a {@link ComponentDefinition}
* but at runtime the object that is imported will be a {@link ImportedComponentDefinition}
Expand Down Expand Up @@ -101,7 +101,7 @@ export type AppDefinition = {
/**
* Install a component with the given definition in this component definition.
*
* Takes a component definition, an optional name, and the args it requires.
* Takes a component definition and an optional name.
*
* For editor tooling this method expects a {@link ComponentDefinition}
* but at runtime the object that is imported will be a {@link ImportedComponentDefinition}
Expand Down

0 comments on commit 5737f92

Please sign in to comment.