Skip to content

Commit 10ea81a

Browse files
authored
Fix typo in boxShadow docs (#4758)
1 parent 1a75c52 commit 10ea81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/view-style-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ These shadows can be composed together so that a single `boxShadow` can be compr
326326
`boxShadow` takes either a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow#syntax) or an array of [BoxShadowValue](./boxshadowvalue) objects.
327327
| Type |
328328
| --------------------------- |
329-
| array of BoxShadowValue ojects \| string |
329+
| array of BoxShadowValue objects \| string |
330330

331331
### `cursor` <div className="label ios">iOS</div>
332332

0 commit comments

Comments
 (0)