Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit f398ffb

Browse files
committed
Fix typos and cleanup formatting
PiperOrigin-RevId: 205127566
1 parent dc7b656 commit f398ffb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ users in the Dart package ecosystem.
5353
* Modify `TextHighlighter` to return separate results for adjacent matches,
5454
rather than concatenating them into a single result.
5555
* Migrate to using event tearoffs.
56-
* Deprecate convenience list for materialDirectives. It has been demonstrated
56+
* Deprecate convenience list for `materialDirectives`. It has been demonstrated
5757
that it's use increases code size when only some of the components are being
5858
used. It is preferable to use only the directives needed for your application
5959
for improved dart2js tree shaking.

lib/css/mdc_web/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
The files located here are provided and maintained by the Google material team
22
also known as mdc-web. They are included here to make their use easier in
3-
AngularDart applications. They sourced from a larger set of styles available on
4-
[GitHub](https://github.com/material-components/material-components-web).
3+
AngularDart applications. They are taken from a larger set of styles available
4+
on [GitHub](https://github.com/material-components/material-components-web).

0 commit comments

Comments
 (0)