Skip to content

Commit 96fb9fb

Browse files
authored
docs: Fix typos (supabase#40906)
1 parent 4804642 commit 96fb9fb

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

apps/docs/content/guides/database/inspect.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ You can examine your database and queries for these issues using either the [Sup
1919

2020
The Supabase CLI comes with a range of tools to help inspect your Postgres instances for potential issues. The CLI gets the information from <a href="https://www.postgresql.org/docs/current/internals.html" target="_blank">Postgres internals</a>. Therefore, most tools provided are compatible with any Postgres databases regardless if they are a Supabase project or not.
2121

22-
You can find installation instructions for the the Supabase CLI <a href="/docs/guides/cli" target="_blank">here</a>.
22+
You can find installation instructions for the Supabase CLI <a href="/docs/guides/cli" target="_blank">here</a>.
2323

2424
### The `inspect db` command
2525

26-
The inspection tools for your Postgres database are under then `inspect db` command. You can get a full list of available commands by running `supabase inspect db help`.
26+
The inspection tools for your Postgres database are under the `inspect db` command. You can get a full list of available commands by running `supabase inspect db help`.
2727

2828
```
2929
$ supabase inspect db help

apps/docs/content/guides/platform/sso/okta.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Attribute Statements allow Supabase to get information about your Okta users on
6363

6464
Supabase needs to finalize enabling single sign-on with your Okta application.
6565

66-
To do this scroll down to the _SAML Signing Certificates_ section on the _Sign On_ tab of the _Supabase_ application. Pick the the _SHA-2_ row with an _Active_ status. Click on the _Actions_ dropdown button and then on the _View IdP Metadata_.
66+
To do this scroll down to the _SAML Signing Certificates_ section on the _Sign On_ tab of the _Supabase_ application. Pick the _SHA-2_ row with an _Active_ status. Click on the _Actions_ dropdown button and then on the _View IdP Metadata_.
6767

6868
This will open up the SAML 2.0 Metadata XML file in a new tab in your browser. You will need to enter this URL later in [Step 9](#dashboard-configure-metadata).
6969

apps/docs/content/guides/self-hosting/docker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ By default, the database is not accessible from outside the local machine but th
168168
You may also want to connect to your Postgres database via an ORM or another direct method other than `psql`.
169169

170170
For this you can use the standard Postgres connection string.
171-
You can find the the environment values mentioned below in the `.env` file which will be covered in the next section.
171+
You can find the environment values mentioned below in the `.env` file which will be covered in the next section.
172172

173173
```
174174
postgres://postgres:[POSTGRES_PASSWORD]@[your-server-ip]:5432/[POSTGRES_DB]

apps/docs/resources/utils/connections.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Result } from '~/features/helpers.fn'
1212
import { nanoId } from '~/features/helpers.misc'
1313

1414
/**
15-
* Extracts the name from a a GraphQLOutputType.
15+
* Extracts the name from a GraphQLOutputType.
1616
*/
1717
function extractNodeTypeName(
1818
/**

apps/docs/spec/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ run: download transform generate format
77
###############################################################################
88
# Download all the specs
99
###############################################################################
10-
# commment out download.auth.v1 temporarily, we're manually creating the file
10+
# comment out download.auth.v1 temporarily, we're manually creating the file
1111
# download: download.api.v1 download.auth.v1 download.storage.v1 download.tsdoc.v2
1212
download: download.api.v1 download.storage.v1 download.tsdoc.v2
1313

apps/www/_blog/2021-06-02-supabase-beta-may-2021.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ We are still working on Open Sourcing our Dashboard, and took another step close
5858

5959
There are a huge number of Supabase developers in Japan and China, and at their request we've launched Tokyo as a region.
6060

61-
![Tokyo is now availabel as a region](/images/blog/2021-may/japan-region.png)
61+
![Tokyo is now available as a region](/images/blog/2021-may/japan-region.png)
6262

6363
## Return data as CSV
6464

apps/www/_blog/2022-03-25-supabase-launch-week-four.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Watch us as we kick off Launch Week, shipping this blog post.
5353
### What?
5454

5555
All for one, and one for all. It has become a tradition to kick off Launch Week with Community Day -
56-
a day where we shine a spotlight on some of the the open source tools that we use and community contributions.
56+
a day where we shine a spotlight on some of the open source tools that we use and community contributions.
5757
This Community Day is going to be our biggest one yet.
5858
Have a look at the [#SupaLaunchWeek hashtag on Twitter](https://twitter.com/hashtag/SupaLaunchWeek?src=hashtag_click)
5959
to see some of the awesome guests that will be joining us.

apps/www/_blog/2022-08-24-building-a-realtime-trello-board-with-supabase-and-angular.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ The required function in our class and service already exists, so you can now al
12761276

12771277
## Handling Realtime Table Changes
12781278

1279-
The cool thing is is how easy we are now able to implement real time functionality - the only thing required for this is to turn it on.
1279+
The cool thing is how easy we are now able to implement real time functionality - the only thing required for this is to turn it on.
12801280

12811281
We can do this right inside the table editor of Supabase, so go to your tables, click that little arrow next to edi so you can edit the table and then enable realtime for bot **cards** and **lists**!
12821282

apps/www/_blog/2022-12-10-postgres-crdt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The Realtime engine seems like a great _compliment_ for `pg_crdt`, but before we
140140

141141
These are a few of the _known_ limitations:
142142

143-
- Realtime broadcasts database changes from the Postgres write ahead log (WAL). The WAL includes a complete copy of the the underlying data so small updates cause the entire document to broadcast to all collaborators
143+
- Realtime broadcasts database changes from the Postgres write ahead log (WAL). The WAL includes a complete copy of the underlying data so small updates cause the entire document to broadcast to all collaborators
144144
- Frequently updated CRDTs produce a lot of WAL and dead tuples
145145
- Large CRDT types in Postgres generate significant serialization/deserialization overhead on-update.
146146

apps/www/_blog/2022-12-16-postgres-point-in-time-recovery.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Under the hood, we use [WAL-G](https://github.com/wal-g/wal-g), an open source a
3737

3838
Consider your Recovery Point Objective (RPO) when deciding whether to enable Point in Time Recovery. RPO is the threshold for how much data, measured in time, a business could lose when disaster strikes. This is dependent on a business and its underlying requirements. The agreed upon RPO would be a deciding factor in choosing which solution best fits a project.
3939

40-
While all Pro Plan projects and above are backed up on a daily basis, this means that at the worst case, a project could lose up to 24 hours worth of data if disaster hits at the most inopportune time. With Point in Time Recovery however, backups are made at much shorter intervals, shortening the RPO. WAL files are backed up at two minute intervals. This could be faster if it hits a certain file threshold before the the two minute mark.
40+
While all Pro Plan projects and above are backed up on a daily basis, this means that at the worst case, a project could lose up to 24 hours worth of data if disaster hits at the most inopportune time. With Point in Time Recovery however, backups are made at much shorter intervals, shortening the RPO. WAL files are backed up at two minute intervals. This could be faster if it hits a certain file threshold before the two minute mark.
4141

4242
## Getting started
4343

0 commit comments

Comments
 (0)