Skip to content

Commit ce62ad7

Browse files
authored
Typo
Typo
1 parent 0238d1e commit ce62ad7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ docker run --rm -v $(pwd):$(pwd):rw -w $(pwd) -v /var/run/docker.sock:/var/run/d
229229
* **path** -> Path to API without a basePath
230230
* **fullPath** -> Path to API with basePath
231231
* **name** -> Name of API Method
232-
* **packaging** -> A flag to indicate if the files at a path need to be packaged as a tarfile
232+
* **packaging** -> A flag to indicate if the files at a path need to be packaged as a tar file
233233
* **title** -> Title of API Method
234234
* **description** -> Description of API Method
235235
* **security** -> Array of security methods for this API Call. Primarily used for code examples.
@@ -259,7 +259,7 @@ docker run --rm -v $(pwd):$(pwd):rw -w $(pwd) -v /var/run/docker.sock:/var/run/d
259259

260260
* **language** -- Information on the current language SDK
261261
* **name** -> Name of language
262-
* **params** -> Custom langauge specific parameters
262+
* **params** -> Custom language specific parameters
263263

264264
* **sdk** -- Various Metadata used for packaging and categorising
265265
* **namespace** -> SDK Namespace
@@ -283,7 +283,7 @@ docker run --rm -v $(pwd):$(pwd):rw -w $(pwd) -v /var/run/docker.sock:/var/run/d
283283
* **gettingStarted** -> Raw Markdown for Getting Started
284284
* **readme** -> Stores the raw markdown used to generate the readme.md file. [here](https://github.com/appwrite/sdk-for-flutter/blob/master/README.md)
285285
* **changelog** -> Stores the raw markdown used to generate the changelog.md file. [here](https://github.com/appwrite/sdk-for-flutter/blob/master/CHANGELOG.md)
286-
* **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)
286+
* **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)
287287
* **twitterHandle** -> Twitter handle of creator
288288
* **discordChannel** -> Discord Channel ID for SDK
289289
* **discordUrl** -> Discord Server Invite for SDK

0 commit comments

Comments
 (0)