Skip to content

Commit 113f54e

Browse files
authored
Update index.mdx
1 parent 3f6cf4d commit 113f54e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/[...framework]/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ A custom prefix or suffix for the number.
160160
</Match>
161161
<Match vanilla>
162162
```js
163-
flow.format={ style: 'currency', currency: 'USD', trailingZeroDisplay: 'stripIfInteger' }
164-
flow.numberSuffix="/mo"
163+
flow.format = { style: 'currency', currency: 'USD', trailingZeroDisplay: 'stripIfInteger' }
164+
flow.numberSuffix = "/mo"
165165
```
166166
</Match>
167167
</SuffixDemo>

0 commit comments

Comments
 (0)