diff options
author | Hannah Chow <hannah_chow@brown.edu> | 2019-03-16 20:08:08 -0400 |
---|---|---|
committer | Hannah Chow <hannah_chow@brown.edu> | 2019-03-16 20:08:08 -0400 |
commit | f6e51d94462efb863c9aa8d0a6e9636c52f7adf5 (patch) | |
tree | e52506d5031e748a9525409617b8727937100609 /src/client/views/nodes/FormattedTextBox.tsx | |
parent | 7d24a1a063b0a087b51a4c521479ffcb63638d98 (diff) | |
parent | 914114aaffbbd492f68c5e580acf6a28f43dc2c7 (diff) |
yeet
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index 5c7aaf9fe..f5d4c030b 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -31,7 +31,7 @@ import { ContextMenu } from "../../views/ContextMenu"; // and 'doc' property to the document that is being rendered // // When rendered() by React, this extracts the TextController from the Document stored at the -// specified Key and assigns it to an HTML input node. When changes are made tot his node, +// specified Key and assigns it to an HTML input node. When changes are made to this node, // this will edit the document and assign the new value to that field. //] export class FormattedTextBox extends React.Component<FieldViewProps> { |