We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e3b24 commit ef16295Copy full SHA for ef16295
components/weaviate/actions/create-class/create-class.mjs
@@ -3,7 +3,7 @@ import app from "../../weaviate.app.mjs";
3
export default {
4
key: "weaviate-create-class",
5
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)",
+ description: "Create a new class in Weaviate. [See the documentation](https://docs.weaviate.io/weaviate/api/rest#tag/schema/post/schema)",
7
version: "0.0.1",
8
type: "action",
9
props: {
0 commit comments