Skip to content

Commit

Permalink
Fix typo in blueprints/public/schema-readme.md (#1134)
Browse files Browse the repository at this point in the history
> rollyps

to: "rollups"

## What is this PR doing?

Docs only change

## What problem is it solving?

A (presumably) mistyped word.

## How is the problem addressed?

Using the correct spelling

## Testing Instructions

n/a
  • Loading branch information
jblz authored Mar 23, 2024
1 parent 83abeec commit 2bfd1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/blueprints/public/schema-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Whenever the types are modified, the schema needs to be rebuilt using
`nx build playground-blueprints` and then committed to the repository.

Unfortunately, it is not auto-rebuilt in `npm run dev` mode as the
`dts-bundle-generator` utility we use for type rollyps does not support
`dts-bundle-generator` utility we use for type rollups does not support
watching for changes.

0 comments on commit 2bfd1e9

Please sign in to comment.