Skip to content

Commit e2a95de

Browse files
committed
Tweak docs
1 parent b79d30d commit e2a95de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default class App extends Component {
2020

2121
<h2>Class Inheritance</h2>
2222
<p>Both of the components below have <strong>locally scoped CSS</strong> that <strong>inherits from a common set of CSS Modules.</strong></p>
23-
<p>Since CSS Modules can be composed, the resulting markup is optimised by <b>reusing classes between components</b>.</p>
23+
<p>Since <strong>CSS Modules can be composed</strong>, the resulting markup is optimised by <b>reusing classes between components</b>.</p>
2424
<ClassInheritance />
2525

2626
<h2>Inheritance Overrides</h2>

0 commit comments

Comments
 (0)