Skip to content

Commit ffff4bb

Browse files
Merge pull request #82 from cg-n/patch-1
Remove n.b. Latin abbreviation for clarity
2 parents a38912d + bdea0a8 commit ffff4bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The flat list of [Cytoscape elements](http://js.cytoscape.org/#notation/elements
6767
/>
6868
```
6969

70-
N.b. arrays or objects should not be used in an `element`'s `data` or `scratch` fields, unless using a custom `diff()` prop.
70+
Note that arrays or objects should not be used in an `element`'s `data` or `scratch` fields, unless using a custom `diff()` prop.
7171

7272
In order to make it easier to support passing in `elements` JSON in the `elements: { nodes: [], edges: [] }` format, there is a static function `CytoscapeComponent.normalizeElements()`. E.g.:
7373

@@ -91,7 +91,7 @@ Note that `CytoscapeComponent.normalizeElements()` is useful only for plain-JSON
9191

9292
### `stylesheet`
9393

94-
The Cytoscape stylesheet as non-stringified JSON. N.b. the prop key is `stylesheet` rather than `style`, the key used by Cytoscape itself, so as to not conflict with the HTML [`style`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/style) attribute. E.g.:
94+
The Cytoscape stylesheet as non-stringified JSON. Note that the prop key is `stylesheet` rather than `style`, the key used by Cytoscape itself, so as to not conflict with the HTML [`style`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/style) attribute. E.g.:
9595

9696
```jsx
9797
<CytoscapeComponent
@@ -124,7 +124,7 @@ layout: {
124124
}
125125
```
126126

127-
N.b. to use an external [layout extension](http://js.cytoscape.org/#extensions/layout-extensions), you must register the extension prior to rendering this component, e.g.:
127+
To use an external [layout extension](http://js.cytoscape.org/#extensions/layout-extensions), you must register the extension prior to rendering this component, e.g.:
128128

129129
```jsx
130130
import Cytoscape from 'cytoscape';

0 commit comments

Comments
 (0)