Skip to content

Commit

Permalink
Trim trailing whitespace from descriptions (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Aug 11, 2021
1 parent 78a4d99 commit 88d84d6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/guides/auth.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Authentication
description: >
description: >-
An overview of gRPC authentication, including built-in auth mechanisms, and
how to plug in your own authentication systems.
---
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/languages/cpp/alts.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ALTS authentication
linkTitle: ALTS
description: >
description: >-
An overview of gRPC authentication in C++ using Application Layer Transport
Security (ALTS).
weight: 75
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/languages/go/alts.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ALTS authentication
linkTitle: ALTS
description: >
description: >-
An overview of gRPC authentication in Go using Application Layer Transport
Security (ALTS).
weight: 75
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/languages/java/alts.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ALTS authentication
linkTitle: ALTS
description: >
description: >-
An overview of gRPC authentication in Java using Application Layer Transport
Security (ALTS).
weight: 75
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/languages/python/alts.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ALTS authentication
linkTitle: ALTS
description: >
description: >-
An overview of gRPC authentication in Python using Application Layer Transport
Security (ALTS).
weight: 75
Expand Down

0 comments on commit 88d84d6

Please sign in to comment.