Skip to content

Commit b71f04d

Browse files
authored
Feature/typo (#44)
* Changed typo for #43 * Added stale bot integration Co-authored-by: Pim Jansen <pjansen@senet.nl>
1 parent 15c0150 commit b71f04d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/stale.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
daysUntilStale: 14
2+
daysUntilClose: 7
3+
exemptLabels:
4+
- pinned
5+
- security
6+
# Label to use when marking an issue as stale
7+
staleLabel: lifecycle/stale
8+
# Comment to post when marking an issue as stale. Set to `false` to disable
9+
markComment: >
10+
This issue has been automatically marked as stale because it has not had
11+
recent activity. It will be closed after 1 week if no further activity occurs. Thank you
12+
for your contributions.
13+
# Comment to post when closing a stale issue. Set to `false` to disable
14+
closeComment: false

docs/formatters/date-and-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ echo $faker->dateTimeThisMonth();
182182

183183
echo $faker->dateTimeThisMonth('+12 days');
184184

185-
// a date somewhere in this year, with an upper bound of +12 days
185+
// a date somewhere in this month, with an upper bound of +12 days
186186
```
187187

188188
## `amPm`

0 commit comments

Comments
 (0)