Skip to content

Commit 64c2a9d

Browse files
Update credit.md
1 parent ed5553b commit 64c2a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/other/credit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ See more info below.
1010
## Hello World sample
1111

1212
- Source: [Hello World test sample](https://github.com/microsoft/vscode-extension-samples/tree/master/helloworld-test-sample) project
13-
- This project started off as an extension based on the VS Code test sample. It was just hello world and didn't help with my flow, so I got rid of the code in later tags.
13+
- My project started off as an extension based on this VS Code test sample. It was just hello world and didn't help with my flow, so I got rid of the code in later tags.
1414

1515

1616
## Git Semantic Commit
@@ -39,5 +39,5 @@ Note that a "semantic commit" message is the same as a "conventional commit" mes
3939
- Cleaner `for` loop logic
4040
- I found the original hard to work on because of how it uses an old-style `for` loop and `i` variable.
4141
- I found using `.split` with a regex pattern was much simpler.
42-
- Added TS types (essential for my project to run).
42+
- Add TS types (essential for my project to run).
4343
- Add `git diff-index` support - see [status vs diff-index](/docs/development/status-vs-diff-index.md) doc.

0 commit comments

Comments
 (0)