Merge pull request #27999 from gdevillele/fix_frontmatter_keywords

fix frontmatter in reference md files
Upstream-commit: 8f6fd3687d6114d019a36c509184d73370eacbd2
Component: engine
This commit is contained in:
Misty Stanley-Jones
2016-11-02 15:00:40 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
title: "node ps"
description: "The node ps command description and usage"
keywords: ["node, tasks", "ps"]
keywords: node, tasks, ps
aliases: ["/engine/reference/commandline/node_tasks/"]
---

View File

@ -1,7 +1,7 @@
---
title: "service ps"
description: "The service ps command description and usage"
keywords: ["service, tasks", "ps"]
keywords: service, tasks, ps
aliases: ["/engine/reference/commandline/service_tasks/"]
---