From 0b09751ada72ce3e2e78768dc51b671dff366762 Mon Sep 17 00:00:00 2001 From: Cole Lawrence Date: Tue, 19 Jul 2022 09:41:13 -0400 Subject: [PATCH] docs: Use US English spelling of "behavior" --- .../Right/AggregatedKeyframeTrack/AggregatedKeyframeTrack.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregatedKeyframeTrack.tsx b/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregatedKeyframeTrack.tsx index 9576569..2693561 100644 --- a/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregatedKeyframeTrack.tsx +++ b/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregatedKeyframeTrack.tsx @@ -308,7 +308,7 @@ function pasteKeyframesContextMenuItem( * into tracks on either the object (if viewModel.type === 'sheetObject') or * the compound prop (if viewModel.type === 'propWithChildren'). * - * Our copy & paste behaviour is currently roughly described in AGGREGATE_COPY_PASTE.md + * Our copy & paste behavior is currently roughly described in AGGREGATE_COPY_PASTE.md * * @see StudioAhistoricState.clipboard * @see setClipboardNestedKeyframes