Skip to content

Commit 7808dee

Browse files
committed
Minor grammatical edits
1 parent 550bcba commit 7808dee

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

frontend/public/data/portfolios.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const PORTFOLIOS: PortfolioData[] = [
8181
},
8282
{
8383
name: "Education",
84-
description: "Teaches interesting technical skills to the community, whether that's through workshops, articles or programs.",
84+
description: "Teaches interesting technical skills to the community, whether that's through workshops, articles, or programs.",
8585
members: [
8686
{
8787
name: "Alina Jin",
@@ -102,7 +102,7 @@ export const PORTFOLIOS: PortfolioData[] = [
102102
},
103103
{
104104
name: "Events",
105-
description: "Plan a diverse range of large-scale activities while focusing on creating an enjoyable and fun experiences for all participants!",
105+
description: "Plans a diverse range of large-scale activities while focusing on creating an enjoyable and fun experiences for all participants!",
106106
members: [
107107
{
108108
name: "Emma Nguyen",
@@ -144,7 +144,7 @@ export const PORTFOLIOS: PortfolioData[] = [
144144
},
145145
{
146146
name: "IT",
147-
description: "Oversees the development of the CSESoc's internal projects and infrastructure. Plays an active role in the technical aspects of our society.",
147+
description: "Oversees the development of the CSESoc's internal projects and plays an active role in the technical aspects of our society.",
148148
members: [
149149
{
150150
name: "Derek Xu",
@@ -160,7 +160,7 @@ export const PORTFOLIOS: PortfolioData[] = [
160160
},
161161
{
162162
name: "Marketing",
163-
description: "Promotes CSESoc on our social media as well as create supplementary marketing material to engage our audience.",
163+
description: "Promotes CSESoc on our social media as well as creating supplementary marketing material to engage our audience.",
164164
members: [
165165
{
166166
name: "Aaron Lee",
@@ -202,7 +202,7 @@ export const PORTFOLIOS: PortfolioData[] = [
202202
},
203203
{
204204
name: "Online",
205-
description: "Expands CSESoc's vibrant community into the virtual world. Includes running events online and managing our online spaces to make sure everyone feels welcomed in our community.",
205+
description: "Expands CSESoc's vibrant community into the virtual world, running online events and managing our online spaces to make sure everyone feels welcomed in our community.",
206206
members: [
207207
{
208208
name: "Amy Tian",

frontend/src/pages/about/execs-directors-subcoms.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const ExecsDirectorsSubcommitteesPage = () => {
1616
Execs are elected annually by CSE students at the end of the preceding year and Directors are selected by Execs.
1717
</p>
1818
<p className="text-xl my-5">
19-
The CSESoc Executive and Director team for 2024 is:
19+
The CSESoc Executive and Director team for 2024:
2020
</p>
2121
<div className="flex justify-center items-center">
2222
<img src="/images/csesoc-team-2024.jpeg" alt="CSESoc Team 2024" width={700} height={700} />
@@ -45,7 +45,7 @@ const ExecsDirectorsSubcommitteesPage = () => {
4545
<div>
4646
<h2 className="text-xl font-semibold mb-2">Directors & Subcommitees</h2>
4747
<p className="text-lg">
48-
Subcommittees are the teams led by Directors that run CSESoc and its events to the benefit of all UNSW Computing students. Click to see the members of each!
48+
Subcommittees are the teams led by Directors that run CSESoc and its events to the benefit of all UNSW Computing students. Click to see the directors of each team!
4949
</p>
5050
</div>
5151

0 commit comments

Comments
 (0)