Fix incorrect statement in palette() docs

pull/6378/head
Jacob Walls 2024-09-10 16:58:34 -04:00
parent b4cfcbb320
commit c73bee6c1d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<DocSectionText v-bind="$attrs">
<p>Returns shades and tints of a given color from 50 to 950 as an array.</p>
<p>Returns shades and tints of a given color from 50 to 950 as an object.</p>
</DocSectionText>
<DocSectionCode :code="code" hideToggleCode importCode hideStackBlitz />
</template>