Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ReadOnly<T> has a typo in its documentation (#156) #157

Merged
merged 1 commit into from
Oct 25, 2020
Merged

fix: ReadOnly<T> has a typo in its documentation (#156) #157

merged 1 commit into from
Oct 25, 2020

Conversation

cyli2014
Copy link
Contributor

Description

Fixed a typo in the usage example of $ReadOnly<T>.

Related issues:

  • Resolved #XXX

Refer to #156 .

Checklist

  • I have read CONTRIBUTING.md
  • I have linked all related issues above
  • I have rebased my branch

For bugfixes:

  • I have added at least one unit test to confirm the bug have been fixed
  • I have checked and updated TOC and API Docs when necessary

For new features:

  • I have added entry in TOC and API Docs
  • I have added a short example in API Docs to demonstrate new usage
  • I have added type unit tests with dts-jest

@piotrwitek piotrwitek merged commit df2502e into piotrwitek:master Oct 25, 2020
@piotrwitek
Copy link
Owner

Nice catch, thanks!

macchiitaka pushed a commit to macchiitaka/tasks-app-nextjs that referenced this pull request Jan 22, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [utility-types](https://togithub.com/piotrwitek/utility-types) |
[`3.10.0` ->
`3.11.0`](https://renovatebot.com/diffs/npm/utility-types/3.10.0/3.11.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/utility-types/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/utility-types/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/utility-types/3.10.0/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/utility-types/3.10.0/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>piotrwitek/utility-types (utility-types)</summary>

###
[`v3.11.0`](https://togithub.com/piotrwitek/utility-types/releases/tag/v3.11.0)

[Compare
Source](https://togithub.com/piotrwitek/utility-types/compare/v3.10.0...v3.11.0)

#### What's Changed

- Fix a typo in README by [@&#8203;gamtiq](https://togithub.com/gamtiq)
in
[piotrwitek/utility-types#153
- add "Nullish" type alias by
[@&#8203;zhirzh](https://togithub.com/zhirzh) in
[piotrwitek/utility-types#152
- Fix typo in $Call documentation by
[@&#8203;kumar303](https://togithub.com/kumar303) in
[piotrwitek/utility-types#154
- Link to ReturnType from $Call docs by
[@&#8203;kumar303](https://togithub.com/kumar303) in
[piotrwitek/utility-types#155
- fix: ReadOnly<T> has a typo in its documentation
([#&#8203;156](https://togithub.com/piotrwitek/utility-types/issues/156))
by [@&#8203;cyli2014](https://togithub.com/cyli2014) in
[piotrwitek/utility-types#157
- fix: DeepPartial with generic parameter should allow assigning {} by
[@&#8203;mpiniarski](https://togithub.com/mpiniarski) in
[piotrwitek/utility-types#184
- Fix typo in $Call comment by
[@&#8203;Yuddomack](https://togithub.com/Yuddomack) in
[piotrwitek/utility-types#185

#### New Contributors

- [@&#8203;gamtiq](https://togithub.com/gamtiq) made their first
contribution in
[piotrwitek/utility-types#153
- [@&#8203;zhirzh](https://togithub.com/zhirzh) made their first
contribution in
[piotrwitek/utility-types#152
- [@&#8203;kumar303](https://togithub.com/kumar303) made their first
contribution in
[piotrwitek/utility-types#154
- [@&#8203;cyli2014](https://togithub.com/cyli2014) made their first
contribution in
[piotrwitek/utility-types#157
- [@&#8203;mpiniarski](https://togithub.com/mpiniarski) made their first
contribution in
[piotrwitek/utility-types#184
- [@&#8203;Yuddomack](https://togithub.com/Yuddomack) made their first
contribution in
[piotrwitek/utility-types#185

**Full Changelog**:
piotrwitek/utility-types@v3.10.0...v3.11.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am
every weekday,every weekend" in timezone Asia/Tokyo, Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/macchiitaka/tasks-app-nextjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants