Skip to content

Commit

Permalink
Merge pull request #26 from utopia-php/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
lohanidamodar authored Apr 26, 2023
2 parents bfc5eb4 + ac15221 commit 81aba34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/add-logger-adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document is part of the Utopia contributors' guide. Before you continue rea

Logger adapters help developers to store their logs on an external provider's servers that monitors, notifies and manages logs for them. Using such an external provider creates a flow that let you spot a bug as soon as possible and provides tools for proper tracking.

Utopia is and will always be tech-agnostic, which means, we aren creating a tools based on technologies you already use and love, instead of creating a new tool-set for you. With that in mind, we accept all contributions with adapters for any third party providers.
Utopia is and will always be tech-agnostic, which means, we are creating a tools based on technologies you already use and love, instead of creating a new tool-set for you. With that in mind, we accept all contributions with adapters for any third party providers.

## 1. Prerequisites

Expand All @@ -24,7 +24,7 @@ This will redirect you from `github.com/utopia-php/logger` to `github.com/YOUR_U
$ git clone [COPIED_URL]
```

> To fork a repository, you will need a basic understanding of CLI and git-cli binaries installed. If you are a beginner, we recommend you to use `Github Desktop`. It is a really clean and simple visual Git client.
> To clone a repository, you will need a basic understanding of CLI and git-cli binaries installed. If you are a beginner, we recommend you to use `Github Desktop`. It is a really clean and simple visual Git client.
Finally, you will need to create a `feat-ZZZ-adapter` branch based on the `main` branch and switch to it. The `ZZZ` should represent the adapter name.

Expand Down Expand Up @@ -154,4 +154,4 @@ $response = $logger->addLog($log);
First of all, commit the changes with the message `Added XXX Adapter` (where `XXX` is adapter name) and push it. This will publish a new branch to your forked version of utopia/logger. If you visit it at `github.com/YOUR_USERNAME/logger`, you will see a new alert saying you are ready to submit a pull request. Follow the steps GitHub provides, and at the end, you will have your pull request submitted.

## 🤕 Stuck ?
If you need any help with the contribution, feel free to head over to [Appwrite discord channel](https://appwrite.io/discord) and we'll be happy to help you out.
If you need any help with the contribution, feel free to head over to [Appwrite discord channel](https://appwrite.io/discord) and we'll be happy to help you out.

0 comments on commit 81aba34

Please sign in to comment.