This repository was archived by the owner on Feb 6, 2023. It is now read-only.
Commit d1cb1e7
docs: Fix simple typo, sibbling -> sibling (#2384)
Summary:
There is a small typo in src/component/contents/exploration/DraftEditorBlockNode.react.js, src/model/modifier/exploration/NestedRichTextEditorUtil.js.
Should read `sibling` rather than `sibbling`.
Pull Request resolved: #2384
Reviewed By: creedarky
Differential Revision: D21318376
Pulled By: mrkev
fbshipit-source-id: 1a31e3724d7813e7ce6d36aba57ce298e742d46d1 parent 497a478 commit d1cb1e7
File tree
2 files changed
+2
-2
lines changed- src
- component/contents/exploration
- model/modifier/exploration
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments