Skip to content

Commit 6aae189

Browse files
committed
Fix typos in readme and changelog
1 parent 10828ce commit 6aae189

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## 1.0.9 - 2025-12-10
44
- Story management improvements:
5-
- Adding `publish` parameter in `create()` method for publishing the story immediatly
5+
- Adding `publish` parameter in `create()` method for publishing the story immediately
66
- Adding `releaseId` parameter in the `create()` method for creating the story in a specific release
7-
- Adding getter and setter method for parent folder in Story. `setFolderId()` and `folderId()`
7+
- Adding getter and setter methods for the parent folder in Story. `setFolderId()` and `folderId()`
88

99

1010
## 1.0.8 - 2025-12-08

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ try{
463463
echo PHP_EOL;
464464
```
465465

466-
If you want to publish a story immediatly while you are creating it, you can set as `true` the second parameter (`publish`) of the `create()` method:
466+
If you want to publish a story immediately while you are creating it, you can set the second parameter (`publish`) of the `create()` method to `true`:
467467

468468
```php
469469
$storyCreated = $storyApi->create($story, true)->data();

0 commit comments

Comments
 (0)