Skip to content

Commit 6289b57

Browse files
absar22DevinCLane
authored andcommitted
fix: capitalize 'D' in all instances of 100Devs Together-100Devs#604
1 parent 2dc56e5 commit 6289b57

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
# 📢 About
7777

78-
Together is a new app designed for 100devs. Together is a group calendar for public events, so you can see what's going on in your community. We're making it easier to find out about the events that are happening in Discord and let you know how much fun they'll be!
78+
Together is a new app designed for 100Devs. Together is a group calendar for public events, so you can see what's going on in your community. We're making it easier to find out about the events that are happening in Discord and let you know how much fun they'll be!
7979

8080
<br/>
8181

@@ -155,7 +155,7 @@ We highly encourage you to ask questions and join the discussion in the [Togethe
155155

156156
## Help us improve Together!
157157

158-
<em>Together</em> is a community-driven open source project backed by 100devs students. Whether you are helping us fixing bugs, proposing new feature, improving our documentation or spreading the word - <strong>All contributions are welcome.</strong>
158+
<em>Together</em> is a community-driven open source project backed by 100Devs students. Whether you are helping us fixing bugs, proposing new feature, improving our documentation or spreading the word - <strong>All contributions are welcome.</strong>
159159

160160
<br>
161161

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "client",
33
"description": "Client for Together App",
44
"main": "src/index.jsx",
5-
"author": "100devs",
5+
"author": "100Devs",
66
"type": "module",
77
"scripts": {
88
"start": "vite",

client/src/pages/LandingPage.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import HamburgerNav from "../features/home/HamburgerNav";
77
const LandingPage = () => {
88
const cards = [
99
{
10-
heading: "Join 100devs",
10+
heading: "Join 100Devs",
1111
description: (
1212
<>
1313
<a
@@ -42,14 +42,14 @@ const LandingPage = () => {
4242
heading: "Community Taught",
4343
description: (
4444
<>
45-
Keep track of your 100devs course progress using{" "}
45+
Keep track of your 100Devs course progress using{" "}
4646
<a
4747
className="underline font-bold"
4848
href={`https://communitytaught.org/`}
4949
>
5050
Community Taught
5151
</a>{" "}
52-
created by 100devs alumna, Laura Abro.
52+
created by 100Devs alumna, Laura Abro.
5353
<br></br>
5454
<br></br>
5555
<a
@@ -96,8 +96,8 @@ const LandingPage = () => {
9696
<>
9797
<p>
9898
Together is a community-driven open source project backed by
99-
members of 100devs. Together is not only designed to be a
100-
valuable tool to the 100devs community but also provides an
99+
members of 100Devs. Together is not only designed to be a
100+
valuable tool to the 100Devs community but also provides an
101101
additional opportunity for students to learn in a group
102102
environment. Together is open to all varying skill sets and
103103
encourages peer programming.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "together",
33
"version": "1.0.0",
4-
"description": "Together is a new app designed for 100devs. Together is a group calendar for public events, so you can see what's going on in your community. We're making it easier to find out about the events that are happening in Discord and let you know how much fun they'll be!",
4+
"description": "Together is a new app designed for 100Devs. Together is a group calendar for public events, so you can see what's going on in your community. We're making it easier to find out about the events that are happening in Discord and let you know how much fun they'll be!",
55
"main": "server.js",
66
"engines": {
77
"node": ">=22.14.0"

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "server",
33
"description": "Server for Together App",
44
"main": "server.js",
5-
"author": "100devs",
5+
"author": "100Devs",
66
"scripts": {
77
"start": "node --env-file=.env server.js",
88
"start:coverage": "nyc --silent node server.js",

0 commit comments

Comments
 (0)