diff --git a/docs/view-style-props.md b/docs/view-style-props.md index cd088bfc99f..e6b94361ff7 100644 --- a/docs/view-style-props.md +++ b/docs/view-style-props.md @@ -326,7 +326,7 @@ These shadows can be composed together so that a single `boxShadow` can be compr `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. | Type | | --------------------------- | -| array of BoxShadowValue ojects \| string | +| array of BoxShadowValue objects \| string | ### `cursor`
iOS