Fix typo in gRPC template (#2315)

This commit is contained in:
Stefan Ålund
2020-09-07 15:35:39 +02:00
committed by GitHub
parent 2b114fde44
commit b6fcf99853
@@ -2,11 +2,12 @@ apiVersion: backstage.io/v1alpha1
kind: Template
metadata:
name: springboot-template
title: Spring Boot GRPC Service
title: Spring Boot gRPC Service
description: Create a simple microservice using gRPC and Spring Boot Java
tags:
- recommended
- java
- grpc
spec:
owner: service@example.com
templater: cookiecutter
@@ -29,4 +30,4 @@ spec:
title: Port
type: integer
default: 8080
description: The port to run the GRPC service on
description: The port to run the gRPC service on