facebook / react-strict-dom

React Strict DOM (RSD) is a subset of React DOM, imperative DOM, and CSS that supports web and native targets
MIT License
2.97k stars 149 forks source link

fix: typos in names of `{row,column}Gap` properties #97

Closed ecreeth closed 1 month ago

ecreeth commented 1 month ago

As title says. gap{Row,Column} -> {row,column}Gap

Related PR: https://github.com/facebook/react-strict-dom/pull/85