Skip to content

Commit b127397

Browse files
committed
docs(CHANGELOG): fix some typos
1 parent 13f6daf commit b127397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
- Add `nodeRef`:
2424
- If running in React Strict mode, ReactDOM.findDOMNode() is deprecated.
25-
Unfortunately, in order for <Draggable> to work properly, we need raw access
25+
Unfortunately, in order for `<Draggable>` to work properly, we need raw access
2626
to the underlying DOM node. If you want to avoid the warning, pass a `nodeRef`
2727
as in this example:
2828
```js
@@ -38,7 +38,7 @@
3838
This can be used for arbitrarily nested components, so long as the ref ends up
3939
pointing to the actual child DOM node and not a custom component.
4040
Thanks to react-transition-group for the inspiration.
41-
`nodeRef` is also available on <DraggableCore>.
41+
`nodeRef` is also available on `<DraggableCore>`.
4242
- Remove "browser" field in "package.json":
4343
- There is nothing special in the browser build that is actually practical
4444
for modern use. The "browser" field, as defined in

0 commit comments

Comments
 (0)