diff --git a/docs/source/commands/template.mdx b/docs/source/commands/template.mdx
index 0b7ff0d13..4e9d0b20e 100644
--- a/docs/source/commands/template.mdx
+++ b/docs/source/commands/template.mdx
@@ -19,12 +19,6 @@ Rover template commands help you create new subgraphs from templated projects in
This feature helps you quickly start up a new GraphQL project or explore various subgraph implementations. If you want to contribute a new template, [open an issue here](https://github.com/apollographql/rover/issues/new/choose)!
-
-
## Create a new subgraph
Run `rover template use ` to generate the boilerplate for a new subgraph. You can either use the guided wizard experience to select a template, or specify a template with the `--template` flag.