Import "Fix some typos (it's vs its)" (#175)
Summary: Original author: noahsark769 Closes https://github.com/facebook/Sonar/pull/175 Reviewed By: jknoxville Differential Revision: D8989724 fbshipit-source-id: 8e1c09196b0c6c0d0fb0446a2a4a595d09f21652
This commit is contained in:
committed by
Facebook Github Bot
parent
16093222c0
commit
6a7a580db3
@@ -101,7 +101,7 @@ type DataInspectorProps = {
|
||||
*/
|
||||
depth: number,
|
||||
/**
|
||||
* An array containing the current location of the data relative to it's root.
|
||||
* An array containing the current location of the data relative to its root.
|
||||
*/
|
||||
path: Array<string>,
|
||||
/**
|
||||
@@ -113,7 +113,7 @@ type DataInspectorProps = {
|
||||
*/
|
||||
expanded: DataInspectorExpanded,
|
||||
/**
|
||||
* An optional callback that will explode a value into it's type and value.
|
||||
* An optional callback that will explode a value into its type and value.
|
||||
* Useful for inspecting serialised data.
|
||||
*/
|
||||
extractValue?: DataValueExtractor,
|
||||
@@ -462,7 +462,7 @@ export default class DataInspector extends Component<DataInspectorProps> {
|
||||
if (isExpandable && isExpanded) {
|
||||
const propertyNodes = [];
|
||||
|
||||
// ancestry of children, including it's owner object
|
||||
// ancestry of children, including its owner object
|
||||
const childAncestry = ancestry.concat([value]);
|
||||
|
||||
const diffValue = diff && resDiff ? resDiff.value : null;
|
||||
|
||||
Reference in New Issue
Block a user