Skip to content

Commit c593395

Browse files
authored
Merge pull request #82 from germsvel/gv-fix-typo
Fixes typo/link in overview styles guide
2 parents 6baeec3 + 61d9ddc commit c593395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/overview_styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For example, to use the style defined in the module Scenic.Primitive.Style.Font
2525
* [`MiterLimit`](Scenic.Primitive.Style.MiterLimit.html) sets whether or not to miter a joint if the intersection of two lines is very sharp.
2626
* [`Scissor`](Scenic.Primitive.Style.Scissor.html) defines a rectangle that drawing will be clipped to.
2727
* [`Stroke`](Scenic.Primitive.Style.Stroke.html) defines how to draw the edge of a primitive. Specifies both a width and a [paint style](overview_styles.html#primitive-paint-styles).
28-
* [`TextAign`](Scenic.Primitive.Style.TextAign.html) sets the alignment of text relative to the starting point. Examples: :left, :center, or :right
28+
* [`TextAlign`](Scenic.Primitive.Style.TextAlign.html) sets the alignment of text relative to the starting point. Examples: :left, :center, or :right
2929
* [`Theme`](Scenic.Primitive.Style.Theme.html) a collection of default colors. Usually passed to components, telling them how to draw in your preferred color scheme.
3030

3131
## Primitive Paint Styles

0 commit comments

Comments
 (0)