diff --git a/docs/object/clone.mdx b/docs/object/clone.mdx index f79b81d8..5d8a351a 100644 --- a/docs/object/clone.mdx +++ b/docs/object/clone.mdx @@ -1,12 +1,12 @@ --- title: clone -description: Creates a shallow copy of the given obejct/value. +description: Creates a shallow copy of the given object/value. group: Object --- ## Basic usage -Creates a shallow copy of the given obejct/value. +Creates a shallow copy of the given object/value. ```ts import { clone } from 'radash'