Skip to content

Commit ef16295

Browse files
Update components/weaviate/actions/create-class/create-class.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 46e3b24 commit ef16295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/weaviate/actions/create-class/create-class.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import app from "../../weaviate.app.mjs";
33
export default {
44
key: "weaviate-create-class",
55
name: "Create Class",
6-
description: "Create a new class in Weavate. [See the documentation](https://docs.weaviate.io/weaviate/api/rest#tag/schema/post/schema)",
6+
description: "Create a new class in Weaviate. [See the documentation](https://docs.weaviate.io/weaviate/api/rest#tag/schema/post/schema)",
77
version: "0.0.1",
88
type: "action",
99
props: {

0 commit comments

Comments
 (0)