Skip to content

Commit

Permalink
docs(cdk): fix spelling (#12289)
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire authored and josephperrott committed Jul 20, 2018
1 parent 1b7b8ab commit 3b2c5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/expansion/accordion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class MatAccordion extends CdkAccordion {
* The display mode used for all expansion panels in the accordion. Currently two display
* modes exist:
* default - a gutter-like spacing is placed around any expanded panel, placing the expanded
* panel at a different elevation from the reset of the accordion.
* panel at a different elevation from the rest of the accordion.
* flat - no spacing is placed around expanded panels, showing all panels at the same
* elevation.
*/
Expand Down

0 comments on commit 3b2c5a6

Please sign in to comment.