Skip to content

Commit 8811add

Browse files
committed
docs: fix spacing in description
1 parent 956eb6b commit 8811add

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/kitsu-core/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
<a href=https://paypal.me/wopian><img alt="support me on paypal.me"src=https://flat.badgen.net/badge/support%20me%20on/paypal.me/pink></a>
2525
</p>
2626

27-
<p align=center>A simple, lightweight & framework agnostic <a href=http://jsonapi.org>JSON:API</a> (de)serialisation components</p>
27+
<p align=center>Simple, lightweight & framework agnostic <a href=http://jsonapi.org>JSON:API</a> (de)serialisation components</p>
2828

2929
<p align=center><a href=https://github.com/wopian/kitsu/blob/master/packages/kitsu-core/MIGRATING.md>Migration guide</a> for v9 & previous major releases</p>
3030

31-
#
31+
#
3232

3333
## Features
3434

@@ -258,7 +258,7 @@ Filters includes for the specific relationship requested
258258
#### Parameters
259259

260260
- `included` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)&lt;[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)>** The response included object
261-
- `relationship` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
261+
- `relationship` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
262262
- `relationship.id` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** The relationship ID
263263
- `relationship.type` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** The relationship type
264264

packages/kitsu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<p align=center><a href=https://github.com/wopian/kitsu/blob/master/packages/kitsu/MIGRATING.md>Migration guide</a> for v9 & previous major releases</p>
3030

31-
#
31+
#
3232

3333
## Features
3434

packages/kitsu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "9.1.9",
33
"name": "kitsu",
4-
"description": "Simple,lightweight & framework agnostic JSON:API client using Axios",
4+
"description": "A simple, lightweight & framework agnostic JSON:API client using Axios",
55
"author": "James Harris <wopian@wopian.me>",
66
"contributors": [
77
"Brandon Martinez <me@brandonmartinez.com>",

0 commit comments

Comments
 (0)