Skip to content

Commit 6f2d400

Browse files
scjanejohndmulhausen
authored andcommitted
Update work_issue.md (#2013)
Change "id" to "ID" except for those in code.
1 parent 766f10b commit 6f2d400

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

opensource/kitematic/work_issue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keywords: Kitematic, open source, contribute, contributor, tour, development
44
title: Develop in Kitematic (work on an issue)
55
---
66

7-
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.)
7+
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.)
88

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

@@ -19,7 +19,7 @@ To do this, edit the container `General Settings` layout.
1919
```
2020
2121
22-
3. Above this code we will create a javascript variable that will allow us to display our container id:
22+
3. Above this code we will create a javascript variable that will allow us to display our container ID:
2323
2424
```
2525
let shortId = (

0 commit comments

Comments
 (0)