Skip to content

Commit

Permalink
Merge pull request #1850 from SUI-Components/fix/pde-doc-typo
Browse files Browse the repository at this point in the history
docs(packages/sui-pde): fix typo
  • Loading branch information
andresz1 authored Oct 18, 2024
2 parents 9442251 + 56397fd commit 23933a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sui-pde/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ You can pass additional attributes to refine your decision logic:
import {useDecision} from '@s-ui/pde'

const MyComponent = () => {
const {variation} = useDecision('feature_test', {
const {enabled, variationKey} = useDecision('feature_test', {
attributes: {
isLoggedIn: true
}
Expand Down

0 comments on commit 23933a4

Please sign in to comment.