Skip to content

Commit 72a90cf

Browse files
thatplatypusvnbaaij
authored andcommitted
Fix JustifyContent enum description (#1324)
Changes the `JustifyContent` enum description to better refer to what it is doing, instead of emojis.
1 parent d503222 commit 72a90cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Core/Enums/JustifyContent.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
namespace Microsoft.Fast.Components.FluentUI;
44

55
/// <summary>
6-
/// The size of the emoji (in multiples of 32).
7-
/// Defauts to Size32
6+
/// Defines the alignment of items along the main axis of a flex container.
87
/// </summary>
98
public enum JustifyContent
109
{

0 commit comments

Comments
 (0)