spelling, typos, and non-example nouns fixed (#18943)

This commit is contained in:
Alex Fornuto 2022-12-01 10:57:10 -06:00 committed by GitHub
parent 3bca99fb01
commit 32408a0a81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View file

@ -1735,7 +1735,7 @@ func (m *PluginDataSeq) GetPluginData() []*types.PluginDataV3 {
return nil
}
// RequestStateSetter encodes the paramters necessary to update the
// RequestStateSetter encodes the parameters necessary to update the
// state of a privilege escalation request.
type RequestStateSetter struct {
// ID is the request ID being targeted

View file

@ -354,7 +354,7 @@ message PluginDataSeq {
repeated types.PluginDataV3 PluginData = 1 [(gogoproto.jsontag) = "plugin_data"];
}
// RequestStateSetter encodes the paramters necessary to update the
// RequestStateSetter encodes the parameters necessary to update the
// state of a privilege escalation request.
message RequestStateSetter {
// ID is the request ID being targeted

View file

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View file

@ -140,8 +140,8 @@ button will open a new tab with a terminal emulator to provide access to that se
`tsh scp` will let you transfer files to servers behind Teleport:
```code
$ tsh scp somefile.ext xeon.tp.alexf.xyz:
somefile.ext 7% |███████ | (25/342 MB, 2.9 MB/s) [9s:1m48s]
$ tsh scp some-file.ext server.example.com:
some-file.ext 7% |███████ | (25/342 MB, 2.9 MB/s) [9s:1m48s]
```
### Kubernetes Access (`kubectl`)

View file

@ -160,7 +160,7 @@ surrounded by spaces.
If a partial defines parameters but a page does not assign them when including
the partial, the docs engine will render the literal `{{ }}` expressions for
those paramters within the content of the included partial. The exception to
those parameters within the content of the included partial. The exception to
this is when the partial defines default parameter values, as described in the
next section.

View file

@ -21,7 +21,7 @@ This guide will help you to:
- Connect to your database through Teleport.
<ScopedBlock scope={["oss", "enterprise"]}>
![Teleport Database Access Redis Self-Hosted](../../../img/database-access/guides/cassandra_keyspaces_slefhosted.png)
![Teleport Database Access Redis Self-Hosted](../../../img/database-access/guides/cassandra_keyspaces_selfhosted.png)
</ScopedBlock>
<ScopedBlock scope={["cloud"]}>
![Teleport Database Access Redis Cloud](../../../img/database-access/guides/cassandra_keyspaces_cloud.png)

View file

@ -32,8 +32,8 @@ Server with AD authentication for Database Access and Teleport Certificate Bot.
| Version | Date | Description |
| ----------- | ------------------ | -------------------------------- |
| Alpha | Febuary 14th, 2022 | Good for some testing and demos. |
| Beta | Febuary 21st, 2022 | Deploy on staging. |
| Alpha | February 14th, 2022 | Good for some testing and demos. |
| Beta | February 21st, 2022 | Deploy on staging. |
| Release | March 11th, 2022 | Good to go for production. |
You can find the full list of fixes and features in the [GitHub milestone](https://github.com/gravitational/teleport/milestone/64).