Merge pull request #6378 from jacobtylerwalls/fix-palette-doc

Fix incorrect statement in palette() docs
pull/6391/head
Tuğçe Küçükoğlu 2024-09-11 15:04:13 +03:00 committed by GitHub
commit bbac350313
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>