Skip to content

Commit 123880c

Browse files
heavybeardandrewseguin
authored andcommitted
docs(card): fix missing end-quote in type (#9914)
1 parent 25931d1 commit 123880c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/card/card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ provides a number of preset sections that you can use inside of an `<mat-card>`:
1919

2020
These elements primary serve as pre-styled content containers without any additional APIs.
2121
However, the `align` property on `<mat-card-actions>` can be used to position the actions at the
22-
`'start'` or `'end` of the container.
22+
`'start'` or `'end'` of the container.
2323

2424

2525
### Card headers

0 commit comments

Comments
 (0)