From 811164632140de48d83e58a7ef7c73472f2c84c4 Mon Sep 17 00:00:00 2001 From: Sasha Mansurov <8746547+mnsrv@users.noreply.github.com> Date: Mon, 1 Sep 2025 20:47:46 +0200 Subject: [PATCH] Fix typo in boxShadow docs --- docs/view-style-props.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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