Skip to content

Commit 0634264

Browse files
authored
Updated used value for order-by
1 parent 2011cee commit 0634264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/components/pi-slot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
(1) The slot behavior defines the slot's relationship to a Picard.js-internal service that is responsible for actually matching the `name` and the `data` props. Initially, a single behavior named `router` is available. This behavior matches the provided name as a `page:`-component using dynamic route matching.
1616

17-
(2) The ordering key must be one of `cid` (order by their component ID), `source` (order by their micro frontend name), `time` (order by the time the component was registered), and `none` (just take the order in which the components have been found.)
17+
(2) The ordering key must be one of `cid` (order by their component ID), `origin` (order by their micro frontend name), `time` (order by the time the component was registered), and `none` (just take the order in which the components have been found - usually equivalent to `time` and the default value).
1818

1919
## Properties
2020

0 commit comments

Comments
 (0)