Skip to content

Commit 2aafec5

Browse files
authored
fix: correct typo in README.md (GoogleCloudPlatform#6022)
Fixes typo in the `README.md` file. - [x] I have followed [Sample Format Guide](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/SAMPLE_FORMAT.md) - [ ] `pom.xml` parent set to latest `shared-configuration` - [x] Appropriate changes to README are included in PR - [ ] API's need to be enabled to test (tell us) - [ ] Environment Variables need to be set (ask us to set them) - [ ] **Tests** pass: `mvn clean verify` **required** - [ ] **Lint** passes: `mvn -P lint checkstyle:check` **required** - [ ] **Static Analysis**: `mvn -P lint clean compile pmd:cpd-check spotbugs:check` **advisory only** - [x] Please **merge** this PR for me once it is approved.
1 parent c97f7b7 commit 2aafec5

File tree

1 file changed

+1
-1
lines changed
  • appengine-java11/springboot-helloworld

1 file changed

+1
-1
lines changed

appengine-java11/springboot-helloworld/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Spring Boot Application Google App Engine Standard with Java 11
22

33
This sample shows how to deploy a [Spring Boot](https://spring.io/projects/spring-boot)
4-
application to Google App Engine stadndard.
4+
application to Google App Engine standard.
55

66
## Setup
77

0 commit comments

Comments
 (0)