Skip to content

Commit c2ba01a

Browse files
authored
Update page.mdx (medusajs#13180)
Fixed a typo: "percision" to "precision"
1 parent 2c1fe4c commit c2ba01a

File tree

1 file changed

+1
-1
lines changed
  • www/apps/book/app/learn/fundamentals/data-models/properties

1 file changed

+1
-1
lines changed

www/apps/book/app/learn/fundamentals/data-models/properties/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The `float` method defines a number property that allows for values with decimal
115115

116116
<Note title="Tip">
117117

118-
Use this property type when it's less important to have high precision for numbers with large decimal places. Alternatively, for higher percision, use the [bigNumber property](#bignumber).
118+
Use this property type when it's less important to have high precision for numbers with large decimal places. Alternatively, for higher precision, use the [bigNumber property](#bignumber).
119119

120120
</Note>
121121

0 commit comments

Comments
 (0)