Documentation cleanup and typo fixes

This commit is contained in:
Amit Dash
2019-10-30 01:07:12 +05:30
parent 8c98e7fcd7
commit 1068f8a664

View File

@@ -44,12 +44,12 @@ When I wrote this, only God and I understood what I was doing. Now, only God kno
**Methods:** **Methods:**
- `GET` - Retrieve information about the REST API resource - `GET` - Retrieve information about the REST API resource
- `HEAD` - Asks for a response identical to that of a GET request, but without the response body. - `HEAD` - Retrieve response headers identical to those of a GET request, but without the response body.
- `POST` - Create a REST API resource - `POST` - Create a REST API resource
- `PUT` - Update a REST API resource - `PUT` - Update a REST API resource
- `DELETE` - Delete a REST API resource or related component - `DELETE` - Delete a REST API resource or related component
- `OPTIONS` - Describe the communication options for the target resource - `OPTIONS` - Describe the communication options for the target resource
- `PATCH` - Applies partial modifications to a REST API resource - `PATCH` - Apply partial modifications to a REST API resource
_History entries are synced with local session storage_ _History entries are synced with local session storage_
@@ -118,7 +118,7 @@ _HTML responses have "Preview HTML" feature_
**History**: Request entries are synced with local session storage to reuse with a single click. **History**: Request entries are synced with local session storage to reuse with a single click.
**Field:s** **Fields:**
- Label - Label
- Timestamp - Timestamp
- Method - Method
@@ -292,9 +292,9 @@ Support this project with your organization. Your logo will show up here with a
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](LICENSE) file for details. This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](LICENSE) file for details.
## Acknowledgments 🙏 ## Acknowledgements 🙏
* Hat tip to anyone who's code was used * Hat tip to anyone whose code was used
* Inspirations: * Inspirations:
* [Dribbble](https://dribbble.com) * [Dribbble](https://dribbble.com)