Skip to content

Commit

Permalink
chore: review edits
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Mar 25, 2024
1 parent 760366b commit c90d73a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/pages/_partials/ApiDescription.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</p>
<p>
Searching allows you to explore more than 1,000,000 rows of spatial SGID data. With over 300 layers of real-world data
in the SGID, the possibilities can be a little overwhelming. You need a way to sift through all that information and
make sense of it, and our search endpoint helps you do that. It opens up the opportunity for serious information
gathering to enhance your applications.
in the SGID, the possibilities can be a little overwhelming. You need a way to find what you need in all that data,
and our search endpoint helps you do that. It opens up the opportunity for serious information gathering to enhance
your application and workflows.
</p>
8 changes: 4 additions & 4 deletions src/pages/products/api.astro
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const page: IStandardPageMetadata = {
>
<Image slot="image" src={signUpPhoto} alt="a person filling out a form" class="block h-44" />
The UGRC API is a free service that allows you to geocode and search SGID data. To use the API, you need to create
an account and then generate keys for each of your applications. These keys are used to authenticate requests and
an account and then generate keys for each of your use cases. These keys are used to authenticate requests and
provide you usage analytics. Click the link below to get started.
</CardWithTopImage>
<CardWithTopImage title="Documentation" actionText="Start learning" actionUrl="https://api.mapserv.utah.gov/">
Expand All @@ -82,9 +82,9 @@ const page: IStandardPageMetadata = {
alt="a person installing a program on a computer with a loading screen"
class="block h-44"
/>
The API Client is a desktop application for geocoding Utah addresses with the API without needing to how to use
the API directly. It requires no license and is free for anyone to use. Click the link below to download the API
Client and start visualizing your data.
The API Client is a desktop application created to guide you through the process of geocoding Utah addresses with
the UGRC API. You do not need to understand how to use the underlying UGRC API directly, it requires no license,
and is free for anyone to use. Click the link below to download the API Client and start visualizing your data.
</CardWithTopImage>
</GridForPillars>
</Section>
Expand Down

0 comments on commit c90d73a

Please sign in to comment.