Skip to content

Commit 40d53a6

Browse files
Update Code/Framework/AzToolsFramework/AzToolsFramework/UI/DocumentPropertyEditor/DocumentPropertyEditor.cpp
Co-authored-by: Steve Pham <[email protected]> Signed-off-by: Alex Montgomery <[email protected]>
1 parent 27e9840 commit 40d53a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/Framework/AzToolsFramework/AzToolsFramework/UI/DocumentPropertyEditor/DocumentPropertyEditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ namespace AzToolsFramework
338338
}
339339
}
340340

341-
// If the current widget is the first widget of a column, create the shared column layour and add widgets to it.
341+
// If the current widget is the first widget of a column, create the shared column layout and add widgets to it.
342342
// First widget always creates a column.
343343
if (m_columnStarts.contains(domIndex) || isFirstColumn)
344344
{

0 commit comments

Comments
 (0)