Skip to content

Commit 335ce00

Browse files
authored
Structure Page: fix case
1 parent 7029685 commit 335ce00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/structure.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ and has the power to reject incompatible changes or require certain deprecation
8282
</Department>
8383

8484
<Department
85-
name={'Ecosystem committee'}
85+
name={'Ecosystem Committee'}
8686
members={[
8787
{ name: 'Sebastian Aigner', company: 'JetBrains' },
8888
{ name: 'Alan Viverette', company: 'Google' },
@@ -91,7 +91,7 @@ and has the power to reject incompatible changes or require certain deprecation
9191
{ name: 'Kevin Galligan', company: 'Touchlab' },
9292
]}
9393
>
94-
The Ecosystem committee is responsible for identifying strategic areas for investment in the Kotlin ecosystem.
94+
The Ecosystem Committee is responsible for identifying strategic areas for investment in the Kotlin ecosystem.
9595

9696
They prioritize and recommend direct investment into open-source Kotlin projects and increase awareness of the individual efforts of the members in developing and improving key libraries. As a research arm of the Kotlin Foundation board, it plays a significant role in maintaining the ecosystem’s growth and sustainability.
9797
</Department>

0 commit comments

Comments
 (0)