@devvit/public-api 0.11.0-next-2024-07-22-d99a1eac7.0 → 0.11.0-next-2024-07-22-0a49bf500.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -129,7 +129,7 @@ export type ContextAPIClients = {
129
129
  */
130
130
  useForm: <const T extends Form | FormFunction = Form | FormFunction>(form: T, onSubmit: (values: FormToFormValues<T>) => void | Promise<void>) => FormKey;
131
131
  /**
132
- * A hook hor managing a realtime pubsub channel between Block renders.
132
+ * A hook for managing a realtime pubsub channel between Block renders.
133
133
  * This is only available within a Block Component.
134
134
  */
135
135
  useChannel: <Message extends JSONValue = JSONValue>(options: ChannelOptions<Message>) => UseChannelResult<Message>;