diff --git a/.changeset/orange-drinks-travel.md b/.changeset/orange-drinks-travel.md new file mode 100644 index 0000000..6ccd7f6 --- /dev/null +++ b/.changeset/orange-drinks-travel.md @@ -0,0 +1,5 @@ +--- +"svelte-contextify": patch +--- + +Improved docs diff --git a/src/index.ts b/src/index.ts index a004c8e..d16f34e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -67,7 +67,7 @@ interface CreateContext { } /** - * Creates a context object + * Creates a context object. * * @param {Options} options - Options * @return {Context} The created context object