We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6cf4d commit 113f54eCopy full SHA for 113f54e
site/src/pages/[...framework]/index.mdx
@@ -160,8 +160,8 @@ A custom prefix or suffix for the number.
160
</Match>
161
<Match vanilla>
162
```js
163
-flow.format={ style: 'currency', currency: 'USD', trailingZeroDisplay: 'stripIfInteger' }
164
-flow.numberSuffix="/mo"
+flow.format = { style: 'currency', currency: 'USD', trailingZeroDisplay: 'stripIfInteger' }
+flow.numberSuffix = "/mo"
165
```
166
167
</SuffixDemo>
0 commit comments