diff --git a/index.html b/index.html
index 936bc47ff..f78ee24e5 100644
--- a/index.html
+++ b/index.html
@@ -101,7 +101,6 @@ The quickest way to get started with Spring Batch is to use Spring Boot.
return jobBuilderFactory.get("job1")
.incrementer(new RunIdIncrementer())
.start(step1)
- .end()
.build();
}
}