Skip to content

Commit

Permalink
fix below typo (bellow -> below) (conda-incubator#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis authored Dec 10, 2024
1 parent 3ae8b3c commit d5f4502
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h5 class="card-title">Permissions</h5>
<div class="card m-2">
<div class="card-body">
<h5 class="card-title">Usage</h5>
<p>Bellow is your current usage for namespaces you have access to.</p>
<p>Below is your current usage for namespaces you have access to.</p>
<table class="table table-hover">
<thead>
<tr>
Expand All @@ -111,7 +111,7 @@ <h5 class="card-title">Usage</h5>
<div class="card m-2">
<div class="card-body">
<h5>System</h5>
<p>Bellow is system metrics.</p>
<p>Below is system metrics.</p>
<ul class="list-group">
<li class="list-group-item">Storage Total<span class="badge badge-light">{{ system_metrics.disk_total | filesizeformat(true) }}</span></li>
<li class="list-group-item">Storage Free<span class="badge badge-light">{{ system_metrics.disk_free | filesizeformat(true) }}</span></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ number of concurrent celery tasks to the integer.
`ContainerRegistry.container_registries` dictionary of registries_url
to upload built container images with callable function to configure
registry instance with credentials. Example configuration shown
bellow. Some registries are more complex to setup such as ECR, GCR,
below. Some registries are more complex to setup such as ECR, GCR,
etc. `password` is often the token generated from the AWS, GCP, Azure,
and Digital Ocean clients.

Expand Down
4 changes: 2 additions & 2 deletions docusaurus-docs/conda-store/references/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This page is in active development, some content may be inaccurate.
## Model

At a high level the database model can be described in the image
bellow.
below.

![high level diagram](../images/conda-store-database-architecture.png)

Expand All @@ -25,7 +25,7 @@ Important things to note about the relationship:
- A `condapackage` is a representation of a given Conda package which belongs to a given `condachannel`
- A `specification` is the environment.yaml using in `conda env create -f <environment.yaml>`

The following will generate the database model shown bellow. It was
The following will generate the database model shown below. It was
generated from the `examples/docker` example. You'll see in the
command that we are excluding several tables. These tables are managed
by [celery](https://docs.celeryproject.org/en/stable/).
Expand Down

0 comments on commit d5f4502

Please sign in to comment.