Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description Typo fix in README and code comments: ``` README.md packages/gql-utils/prisma/connection-key.ts packages/gql-utils/prisma/create-connection-loader.ts packages/ui/index.ts b/packages/ui/index.ts ``` ### Checklist - [x] discord username: `sadikkuzu` - [ ] 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). - [x] 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? Code inspection only.
- Loading branch information