Skip to content

Commit 68e5ecc

Browse files
committed
Fix README.md typos
1 parent 23ff3ee commit 68e5ecc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ should copy into their pom.xml file. It will render out to:
102102

103103
```xml
104104
<dependency>
105-
<groupdId>org.apache.flink</groupId>
105+
<groupId>org.apache.flink</groupId>
106106
<artifactId>flink-streaming-java</artifactId>
107107
<version><!-- current flink version --></version>
108108
</dependency>

examples/kubernetes-client-examples/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This is an end-to-end example of running Flink Job via code using the Flink Kube
2525

2626
*What's in this example?*
2727

28-
1. Sample code for submitting an application similar to examples/basic.yaml programatically.
28+
1. Sample code for submitting an application similar to examples/basic.yaml programmatically.
2929

3030
## How does it work?
3131

0 commit comments

Comments
 (0)