Skip to content

Commit

Permalink
Update work_issue.md (#2013)
Browse files Browse the repository at this point in the history
Change "id" to "ID" except for those in code.
  • Loading branch information
scjane authored and Misty Stanley-Jones committed Mar 2, 2017
1 parent be794c0 commit fb02e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opensource/kitematic/work_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords: Kitematic, open source, contribute, contributor, tour, development
title: Develop in Kitematic (work on an issue)
---

For this tutorial, we will work on issue <a href="https://github.com/docker/kitematic/issues/1191" target="_blank"> #1191</a> which is a request to display the container id in Kitematic for easy identification. (Currently, Kitematic shows the container name but not the id.)
For this tutorial, we will work on issue <a href="https://github.com/docker/kitematic/issues/1191" target="_blank"> #1191</a> which is a request to display the container ID in Kitematic for easy identification. (Currently, Kitematic shows the container name but not the ID.)

To do this, edit the container `General Settings` layout.

Expand All @@ -19,7 +19,7 @@ To do this, edit the container `General Settings` layout.
```
3. Above this code we will create a javascript variable that will allow us to display our container id:
3. Above this code we will create a javascript variable that will allow us to display our container ID:
```
let shortId = (
Expand Down

0 comments on commit fb02e78

Please sign in to comment.