Skip to content

Commit 875ad1b

Browse files
Minor formatting changes for the Opaque API documentation
PiperOrigin-RevId: 817536235
1 parent 2bbdb39 commit 875ad1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/reference/go/opaque-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ use the `apilevelM` mapping flag (similar to
5757
protoc […] --go_opt=apilevelMhello.proto=API_OPEN
5858
```
5959

60-
## Automated migration {#automated}
60+
## Automated Migration {#automated}
6161

6262
We try to make migrating existing projects to the Opaque API as easy as possible
6363
for you: our open2opaque tool does most of the work!
@@ -69,7 +69,7 @@ go install google.golang.org/open2opaque@latest
6969
go install golang.org/x/tools/cmd/goimports@latest
7070
```
7171

72-
{{% alert title="Note" color="info" %}}If
72+
{{% alert title="Note" color="info" %}} If
7373
you encounter any issues with the automated migration approach, refer to the
7474
[Opaque API: Manual Migration](/reference/go/opaque-migration-manual)
7575
guide. {{% /alert %}}
@@ -102,7 +102,7 @@ Protocol Buffers and Go Protobuf:
102102
older module. See
103103
[the `google.golang.org/protobuf` announcement (from 2020)](https://go.dev/blog/protobuf-apiv2)
104104
and migrate your code before returning to this
105-
page.{{% /alert %}}
105+
page. {{% /alert %}}
106106
107107
### Step 1. Switch to the Hybrid API {#setup}
108108

0 commit comments

Comments
 (0)