Skip to content

Commit 854d7e6

Browse files
authored
Update leading capitals for Suggested topics
1 parent f8f3b30 commit 854d7e6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/pages/conf/speak.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ const cfp: Array<{ id: string; title: string; contents: ReactNode }> = [
3030
items={[
3131
[
3232
"GraphQL Core",
33-
"latest and greatest developments in the GraphQL specification, graphql.js, GraphQL over HTTP, GraphiQL, and Composite Schemas.",
33+
"Latest and greatest developments in the GraphQL specification, graphql.js, GraphQL over HTTP, GraphiQL, and Composite Schemas.",
3434
],
3535
[
3636
"GraphQL in Production",
37-
"best practices, real world use cases, spectacular success, spectacular failures, and lessons learned from production deployments of GraphQL.",
37+
"Best practices, real world use cases, spectacular success, spectacular failures, and lessons learned from production deployments of GraphQL.",
3838
],
3939
[
4040
"GraphQL Security",
41-
"authentication/authorization, security testing, threat models, GraphQL and OWASP Top 10, exploit analysis and retrospective, full-lifecycle security considerations.",
41+
"Authentication/authorization, security testing, threat models, GraphQL and OWASP Top 10, exploit analysis and retrospective, full-lifecycle security considerations.",
4242
],
4343
[
4444
"GraphQL Clients",
45-
"client development (web, mobile, and beyond) with GraphQL, frontend frameworks, GraphQL IDEs.",
45+
"Client development (web, mobile, and beyond) with GraphQL, frontend frameworks, GraphQL IDEs.",
4646
],
4747
[
4848
"Platform and Backend",
@@ -58,23 +58,23 @@ const cfp: Array<{ id: string; title: string; contents: ReactNode }> = [
5858
],
5959
[
6060
"Scaling",
61-
"everything related to scaling GraphQL: testing, automation, performance, social/organizational considerations.",
61+
"Everything related to scaling GraphQL: testing, automation, performance, social/organizational considerations.",
6262
],
6363
[
6464
"Beyond Javascript",
65-
"implementing and interacting with GraphQL APIs using languages and frameworks beyond JavaScript: Go, Ruby, Rust, .NET, WebAssembly, et al.",
65+
"Implementing and interacting with GraphQL APIs using languages and frameworks beyond JavaScript: Go, Ruby, Rust, .NET, WebAssembly, et al.",
6666
],
6767
[
6868
"GraphQL Academia",
69-
"research papers or studies in academia that involve GraphQL.",
69+
"Research papers or studies in academia that involve GraphQL.",
7070
],
7171
[
7272
"Emerging Community Trends",
73-
"what’s happening at the vanguard of GraphQL adoption that will help define the future of GraphQL usage in the community.",
73+
"What’s happening at the vanguard of GraphQL adoption that will help define the future of GraphQL usage in the community.",
7474
],
7575
[
7676
"Defies Categorization",
77-
"have a talk idea that doesn’t fit inside the topics above? Challenge accepted! Wow us with your awesome talk submission and we’ll work with you to fit it into our track structure. ",
77+
"Have a talk idea that doesn’t fit inside the topics above? Challenge accepted! Wow us with your awesome talk submission and we’ll work with you to fit it into our track structure. ",
7878
],
7979
]}
8080
/>

0 commit comments

Comments
 (0)