Skip to content

Commit

Permalink
The sample code of schema has a expressing error
Browse files Browse the repository at this point in the history
  • Loading branch information
T2938 committed Mar 4, 2024
1 parent 7a2740d commit 100177b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/admin-api-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ To get a specific version of a schema, you can use one of the following methods.
Use the `get` subcommand.
```bash
pulsar-admin schemas get <topic-name> --version=<version>
pulsar-admin schemas get <topic-name> --version <version>
```
</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.11.x/admin-api-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ To get a specific version of a schema, you can use one of the following methods.
Use the `get` subcommand.
```bash
pulsar-admin schemas get <topic-name> --version=<version>
pulsar-admin schemas get <topic-name> --version <version>
```
</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.x/admin-api-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ To get a specific version of a schema, you can use one of the following methods.
Use the `get` subcommand.
```bash
pulsar-admin schemas get <topic-name> --version=<version>
pulsar-admin schemas get <topic-name> --version <version>
```
</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.1.x/admin-api-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ To get a specific version of a schema, you can use one of the following methods.
Use the `get` subcommand.
```bash
pulsar-admin schemas get <topic-name> --version=<version>
pulsar-admin schemas get <topic-name> --version <version>
```
</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.2.x/admin-api-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ To get a specific version of a schema, you can use one of the following methods.
Use the `get` subcommand.
```bash
pulsar-admin schemas get <topic-name> --version=<version>
pulsar-admin schemas get <topic-name> --version <version>
```
</TabItem>
Expand Down

0 comments on commit 100177b

Please sign in to comment.