diff --git a/docs/object/assign.mdx b/docs/object/assign.mdx index 83397e16..404f1674 100644 --- a/docs/object/assign.mdx +++ b/docs/object/assign.mdx @@ -1,12 +1,12 @@ --- title: assign -description: Merges two objects together recursivly +description: Merges two objects together recursively group: Object --- ## Basic usage -Merges two objects together recursivly into a new object applying values from right to left. Recursion only applies to child object properties. +Merges two objects together recursively into a new object applying values from right to left. Recursion only applies to child object properties. ```ts import { assign } from 'radash'