Skip to content

Commit 1963f4d

Browse files
authored
Fix typo in CD term (kamp-us#442)
# Description Typo in CD term fixed. ### Checklist - [ ] discord username: `username#0001` - [ ] Closes #<issue-number> - [ ] PR must be created for an issue from issues under "In progress" column from [our project board](https://github.com/orgs/kamp-us/projects/2/views/1). - [ ] A descriptive and understandable title: The PR title should clearly describe the nature and purpose of the changes. The PR title should be the first thing displayed when the PR is opened. And it should follow the semantic commit rules, and should include the app/package/service name in the title. For example, a title like "docs(@kampus-apps/pano): Add README.md" can be used. - [ ] Related file selection: Only relevant files should be touched and no other files should be affected. - [ ] I ran `npx turbo run` at the root of the repository, and build was successful. - [ ] I installed the npm packages using `npm install --save-exact <package>` so my package is pinned to a specific npm version. Leave empty if no package was installed. Leave empty if no package was installed with this PR. ### How were these changes tested? Please describe the tests you did to test the changes you made. Please also specify your test configuration.
1 parent 9a01f87 commit 1963f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sozluk-content/terms/continuous-deployment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: CI - Continuous Deployment
2+
title: CD - Continuous Deployment
33
tags:
44
- devops
55
- sdlc

0 commit comments

Comments
 (0)