Skip to content

Commit 2ac27d4

Browse files
chore: fix typo in docs (#1166)
Co-authored-by: Jason Kuhrt <[email protected]>
1 parent 54091f4 commit 2ac27d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Nexus takes a batteries included approach. Aside from being featureful, it also
152152

153153
_But what if I **really** need an older or newer version of X transient dep!?_
154154

155-
If the bundled versions of deps in Nexus or Prisma plugin aren't meeting your needs and there is an urgent issue you can use the [yarn resolutions](https://classic.yarnpkg.com/en/docs/selective-version-resolutions) option. If you aren't using `yarn` or a package manager with similar capability, and you aren't willing to, then you probably don't havev an urgent issue.
155+
If the bundled versions of deps in Nexus or Prisma plugin aren't meeting your needs and there is an urgent issue you can use the [yarn resolutions](https://classic.yarnpkg.com/en/docs/selective-version-resolutions) option. If you aren't using `yarn` or a package manager with similar capability, and you aren't willing to, then you probably don't have an urgent issue.
156156

157157
Of course by doing this you're going outside what a given version of Nexus officially supports, so, YMMV "your mileage may vary"! But its not like if Nexus were using peer dep ranges that this caveat would magically go away.
158158

website/content/05-meta/04-architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Nexus takes a batteries included approach. Aside from being featureful, it also
156156

157157
_But what if I **really** need an older or newer version of X transient dep!?_
158158

159-
If the bundled versions of deps in Nexus or Prisma plugin aren't meeting your needs and there is an urgent issue you can use the [yarn resolutions](https://classic.yarnpkg.com/en/docs/selective-version-resolutions) option. If you aren't using `yarn` or a package manager with similar capability, and you aren't willing to, then you probably don't havev an urgent issue.
159+
If the bundled versions of deps in Nexus or Prisma plugin aren't meeting your needs and there is an urgent issue you can use the [yarn resolutions](https://classic.yarnpkg.com/en/docs/selective-version-resolutions) option. If you aren't using `yarn` or a package manager with similar capability, and you aren't willing to, then you probably don't have an urgent issue.
160160

161161
Of course by doing this you're going outside what a given version of Nexus officially supports, so, YMMV "your mileage may vary"! But its not like if Nexus were using peer dep ranges that this caveat would magically go away.
162162

0 commit comments

Comments
 (0)