Merge pull request #6378 from jacobtylerwalls/fix-palette-doc
Fix incorrect statement in palette() docspull/6391/head
commit
bbac350313
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<DocSectionText v-bind="$attrs">
|
<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>
|
</DocSectionText>
|
||||||
<DocSectionCode :code="code" hideToggleCode importCode hideStackBlitz />
|
<DocSectionCode :code="code" hideToggleCode importCode hideStackBlitz />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue