Skip to content

Commit f2a1e68

Browse files
jobselkomdellweg
authored andcommitted
Fix wrong formatting and typos
1 parent cd9974a commit f2a1e68

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

docs/dev/guides/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ And finally, for each new feature, we require corresponding tests.
5151
## Testing
5252

5353
Tests are shell scripts in `tests/scripts` with names like `test_*.sh`.
54-
They should should focus on the cli operation and are not a replacement for pulp integration tests;
54+
They should focus on the cli operation and are not a replacement for pulp integration tests;
5555
i.e. make sure the cli translates to the right api calls, but do not care about pulp internals.
5656

5757
## Running Tests

docs/user/guides/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ therefore you should install pulp-cli only on the primary server, and override t
7777
It can be helpful to use the `--profile` option here.
7878

7979
As Katello uses Pulp as a backend, all modifying actions in Pulp should be performed via Katello.
80-
Therefore you are also strongly encourged to set `dry_run = true`, to prevent accidentally calling into dangerous commands.
80+
Therefore you are also strongly encouraged to set `dry_run = true`, to prevent accidentally calling into dangerous commands.
8181
This setting can in turn be overwritten on the command-line with the `--force` flag.

docs/user/reference/authentication.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ Some very simple and common, like HTTP Basic Auth, and some more complex like OA
66
## OAuth2 ClientCredentials grant
77

88
!!! warning
9-
This is an experimental feature. The support of it could change without any major warning.
109

11-
More on https://datatracker.ietf.org/doc/html/rfc6749#section-4.4
10+
This is an experimental feature. The support of it could change without any major warning.
11+
12+
For more information, see [RFC6749 section 4.4].
1213

1314
Using this method the pulp-cli can request a token from an Identity Provider using a pair of
14-
credentials (client_id/client_secret). The token is ten sent through using the `Authorization` header.
15+
credentials (client_id/client_secret). The token is then sent through using the `Authorization` header.
1516
The issuer URL and the scope of token must be specified by the Pulp server through the OpenAPI scheme definition.
17+
18+
[RFC6749 section 4.4]: https://datatracker.ietf.org/doc/html/rfc6749#section-4.4

0 commit comments

Comments
 (0)