diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fd1d6d9cff..5cb9e2e692 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing to Cal.com -Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. +Contributions are what makes the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. - Before jumping into a PR be sure to search [existing PRs](https://github.com/calcom/cal.com/pulls) or [issues](https://github.com/calcom/cal.com/issues) for an open or closed item that relates to your submission. @@ -37,7 +37,7 @@ Contributions are what make the open source community such an amazing place to l - Core Features (Booking page, availabilty, timezone calculation) + Core Features (Booking page, availability, timezone calculation) @@ -132,7 +132,6 @@ If you get errors, be sure to fix them before committing. ## Making a Pull Request -- Be sure to [check the "Allow edits from maintainers" option](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork) while creating you PR. -- If your PR refers to or fixes an issue, be sure to add `refs #XXX` or `fixes #XXX` to the PR description. Replacing `XXX` with the respective issue number. See more about [Linking a pull request to an issue - ](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue). +- Be sure to [check the "Allow edits from maintainers" option](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork) while creating your PR. +- If your PR refers to or fixes an issue, be sure to add `refs #XXX` or `fixes #XXX` to the PR description. Replacing `XXX` with the respective issue number. See more about [Linking a pull request to an issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue). - Be sure to fill the PR Template accordingly. diff --git a/README.md b/README.md index 7c9c0653c0..405062a982 100644 --- a/README.md +++ b/README.md @@ -423,7 +423,7 @@ yarn seed-app-store ``` You will need to complete a few more steps to activate Google Calendar App. -Make sure to complete section "Obtaining the Google API Credentials". After the do the +Make sure to complete section "Obtaining the Google API Credentials". After that do the following 1. Add extra redirect URL `/api/auth/callback/google` @@ -449,8 +449,8 @@ following 7. Click "Create". 8. Now copy the Client ID and Client Secret to your `.env` file into the `ZOOM_CLIENT_ID` and `ZOOM_CLIENT_SECRET` fields. 9. Set the Redirect URL for OAuth `/api/integrations/zoomvideo/callback` replacing Cal.com URL with the URI at which your application runs. -10. Also add the redirect URL given above as a allow list URL and enable "Subdomain check". Make sure, it says "saved" below the form. -11. You don't need to provide basic information about your app. Instead click at "Scopes" and then at "+ Add Scopes". On the left, click the category "Meeting" and check the scope `meeting:write`. +10. Also add the redirect URL given above as an allow list URL and enable "Subdomain check". Make sure, it says "saved" below the form. +11. You don't need to provide basic information about your app. Instead click on "Scopes" and then on "+ Add Scopes". On the left, click the category "Meeting" and check the scope `meeting:write`. 12. Click "Done". 13. You're good to go. Now you can easily add your Zoom integration in the Cal.com settings. diff --git a/apps/storybook/intro.stories.mdx b/apps/storybook/intro.stories.mdx index 413564c8d2..d8ca68bf7c 100644 --- a/apps/storybook/intro.stories.mdx +++ b/apps/storybook/intro.stories.mdx @@ -13,7 +13,7 @@ import { Meta } from "@storybook/addon-docs"; Figma {" "} - library is avalible for anyone to view and use. If you have any questions or concerns, please reach out to + library is available for anyone to view and use. If you have any questions or concerns, please reach out to the design team.

diff --git a/packages/ui/components/badge/badge.stories.mdx b/packages/ui/components/badge/badge.stories.mdx index 94a4e01496..f456c3cb97 100644 --- a/packages/ui/components/badge/badge.stories.mdx +++ b/packages/ui/components/badge/badge.stories.mdx @@ -19,7 +19,7 @@ import { Badge } from "./Badge"; ## Definition -Badges are small status descriptors for UI elements. A badge consists of a small circle, typically containing a number or other short set of characters, that appears in proximity to another object. We provide three different type of badge such as status, alert, and brand badge. +Badges are small status descriptors for UI elements. A badge consists of a small circle, typically containing a number or other short set of characters, that appears in proximity to another object. We provide three different types of badges such as status, alert, and brand badge. Status badge communicate status information. It is generally used within a container such as accordion and tables to label status for easy scanning. @@ -58,7 +58,7 @@ Status badge communicate status information. It is generally used within a conta ## Usage -Alet badge is used in conjunction with an item, profile or label to indicate numeric value and messages assocciated with them. +Alert badge is used in conjunction with an item, profile or label to indicate numeric value and messages associated with them.