Skip to content

Commit

Permalink
fix spelling mistake in clone page (#240)
Browse files Browse the repository at this point in the history
* fix spelling mistake in clone page

* reverting version bump

Co-authored-by: Isaac Tennant <[email protected]>
  • Loading branch information
isaac0798 and Isaac Tennant authored Jan 20, 2023
1 parent c30ed56 commit 7c6b986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/object/clone.mdx
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

1 comment on commit 7c6b986

@vercel
Copy link

@vercel vercel bot commented on 7c6b986 Jan 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.