spelling: additional

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:34:05 -05:00
parent 395e6d3b22
commit 2df7d018dd
5 changed files with 5 additions and 5 deletions

View file

@ -31,7 +31,7 @@ typedef enum {
//! LayoutLayer is a type of Layer that is used to display templated 3.0 content
//! including \ref TimelineItem (pins, reminders, notifications) as well as AppFaces.
//! LayoutLayers depart from traditional Layers in a few meaningful way.
//! LayoutLayers depart from tradditional Layers in a few meaningful way.
//! 1) LayoutLayers are modulated by a "mode", which is the context in which the LayoutLayer
//! is displayed. Examples of modes are the "card" mode which displays detailed pin info
//! and the "minimzed" mode which is used to display a "toast" like mode of a pin.