diff --git a/index.mdx b/index.mdx index f36d7ef..a11a91f 100644 --- a/index.mdx +++ b/index.mdx @@ -39,4 +39,4 @@ Users access public resources through any web browser with authentication. Users The Pangolin system is made up of many components, all with unique animal names. These animals are called fossorial animals. -A fossorial animal is one adapted to digging which lives primarily but not solely, underground. Some examples are badgers, naked mole-rats, clams, meerkats, newts, olms, and yes - of course - pangolins. +A fossorial animal is one adapted to digging which lives primarily but not solely underground. Some examples are badgers, naked mole-rats, clams, meerkats, newts, olms, and yes - of course - pangolins. diff --git a/manage/access-control/approvals.mdx b/manage/access-control/approvals.mdx index bd97e0e..dae950d 100644 --- a/manage/access-control/approvals.mdx +++ b/manage/access-control/approvals.mdx @@ -33,5 +33,5 @@ Device approvals are enabled on a per-role basis. To enable device approvals for Once enabled, any new user connecting with that role will require approval from an administrator before it can access organization resources. - You can not enable device approvals for the "Admin" role. + You cannot enable device approvals for the "Admin" role. \ No newline at end of file diff --git a/manage/analytics/request.mdx b/manage/analytics/request.mdx index efc5a78..1b0f2a1 100644 --- a/manage/analytics/request.mdx +++ b/manage/analytics/request.mdx @@ -17,7 +17,7 @@ Request logs capture every HTTP request that passes through Pangolin's reverse p - Troubleshooting connectivity and routing issues - + ## Request Log Fields diff --git a/manage/blueprints.mdx b/manage/blueprints.mdx index ff4b58b..52b296d 100644 --- a/manage/blueprints.mdx +++ b/manage/blueprints.mdx @@ -63,7 +63,7 @@ pangolin apply blueprint --file /path/to/blueprint.yaml You can also apply blueprints directly through the Pangolin API with an API key. [Take a look at the API documentation for more details.](https://api.pangolin.net/v1/docs/#/Organization/put_org__orgId__blueprint) - PUT to `/org/{orgId}/blueprint` with a base64 encodes JSON body like the following: + PUT to `/org/{orgId}/blueprint` with a base64 encoded JSON body like the following: ```json { diff --git a/manage/integration-api.mdx b/manage/integration-api.mdx index 0d028aa..7f506c0 100644 --- a/manage/integration-api.mdx +++ b/manage/integration-api.mdx @@ -5,7 +5,7 @@ description: "Learn how to use Pangolin's REST API to automate and script operat --- -Pangolin is in heavy development. The REST API routes and behavior may include braking changes between updates. We will do our best to document large changes. +Pangolin is in heavy development. The REST API routes and behavior may include breaking changes between updates. We will do our best to document large changes. The API is REST-based and supports many operations available through the web interface. Authentication uses Bearer tokens, and you can create multiple API keys with specific permissions for different use cases. diff --git a/manage/resources/understanding-resources.mdx b/manage/resources/understanding-resources.mdx index 6f39f9d..3ff11e4 100644 --- a/manage/resources/understanding-resources.mdx +++ b/manage/resources/understanding-resources.mdx @@ -3,7 +3,7 @@ title: "Understanding Resources" description: "Resources are any network address you want to make available to users" --- -Resources respresent the applications, hosts, or ranges you make available for remote access to users. Resources exist on the remote networks of your sites. Users only ever think about connecting to resources and not specific sites. +Resources represent the applications, hosts, or ranges you make available for remote access to users. Resources exist on the remote networks of your sites. Users only ever think about connecting to resources and not specific sites. By default, no resources are made available on sites. Admins must define resources with backend targets, and assign specific access policies before any users can gain access. @@ -20,7 +20,7 @@ There are two types of resources: public resources and private resources. - Zero-trust VPN - - Access to every resources requires authentication + - Access to every resource requires authentication - Users and machines access when connected with a client