Skip to content
Merged

Typo #279

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ docker run --rm -v $(pwd):$(pwd):rw -w $(pwd) -v /var/run/docker.sock:/var/run/d
* **path** -> Path to API without a basePath
* **fullPath** -> Path to API with basePath
* **name** -> Name of API Method
* **packaging** -> A flag to indicate if the files at a path need to be packaged as a tarfile
* **packaging** -> A flag to indicate if the files at a path need to be packaged as a tar file
* **title** -> Title of API Method
* **description** -> Description of API Method
* **security** -> Array of security methods for this API Call. Primarily used for code examples.
Expand Down Expand Up @@ -259,7 +259,7 @@ docker run --rm -v $(pwd):$(pwd):rw -w $(pwd) -v /var/run/docker.sock:/var/run/d

* **language** -- Information on the current language SDK
* **name** -> Name of language
* **params** -> Custom langauge specific parameters
* **params** -> Custom language specific parameters

* **sdk** -- Various Metadata used for packaging and categorising
* **namespace** -> SDK Namespace
Expand All @@ -283,7 +283,7 @@ docker run --rm -v $(pwd):$(pwd):rw -w $(pwd) -v /var/run/docker.sock:/var/run/d
* **gettingStarted** -> Raw Markdown for Getting Started
* **readme** -> Stores the raw markdown used to generate the readme.md file. [here](https://github.com/appwrite/sdk-for-flutter/blob/master/README.md)
* **changelog** -> Stores the raw markdown used to generate the changelog.md file. [here](https://github.com/appwrite/sdk-for-flutter/blob/master/CHANGELOG.md)
* **examples** -> Stores the raw markdown used to generate examples for your SDK. A example can be found [here](https://github.com/appwrite/sdk-for-flutter/tree/master/example)
* **examples** -> Stores the raw markdown used to generate examples for your SDK. An example can be found [here](https://github.com/appwrite/sdk-for-flutter/tree/master/example)
* **twitterHandle** -> Twitter handle of creator
* **discordChannel** -> Discord Channel ID for SDK
* **discordUrl** -> Discord Server Invite for SDK