Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: change all instances of articulatable to articulable #50

Merged
merged 2 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GE-Z

> ### The only tool built for University Students that finds online, <ins>_articulatable_</ins> GE courses at California CCs
> ### The only tool built for University Students that finds online, <ins>_articulable_</ins> GE courses at California CCs

<p align="center">
Built with: <br>
Expand All @@ -22,7 +22,7 @@ Built with: <br>

## About

GE-Z is the first tool of its kind for finding high-quality, articulatable courses at California Community Colleges (
GE-Z is the first tool of its kind for finding high-quality, articulable courses at California Community Colleges (
CCC) that any Californian university student can take to advance their academic goals.

Resources like Assist.org and CVC.edu are great for aspiring transfer students, but they're not designed with university
Expand Down
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const metadata: Metadata = {
openGraph: {
title: "GE-Z",
description:
"Find online, async, and articulatable courses from California Community Colleges.",
"Find online, async, and articulable courses from California Community Colleges.",
url: "https://ge-z.vercel.app",
images: [
{
Expand Down
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function Home() {
>
CVC.edu
</Link>{" "}
to find you high-quality, articulatable
to find you high-quality, articulable
<ArticulatableDefinition /> California Community College
courses that save you time and money.
</p>
Expand Down
Loading