Skip to content

Commit 3966ed9

Browse files
authored
Fix small typo in DEVELOPER_GUIDE.md (#17512)
Signed-off-by: Eric Pugh <epugh@opensourceconnections.com>
1 parent 02055cc commit 3966ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPER_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ All distributions built will be under `distributions/archives`.
127127
#### Generated Code
128128

129129
OpenSearch uses code generators like [Protobuf](https://protobuf.dev/).
130-
OpenSearch build system already takes a dependency of generating code from protobuf, incase you run into compilation errors, run:
130+
OpenSearch build system already takes a dependency of generating code from protobuf, if you run into compilation errors, run:
131131

132132
```
133133
./gradlew generateProto

0 commit comments

Comments
 (0)