Skip to content

Commit

Permalink
fix: typo cornerStreaming --> cornerstoneStreaming (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoeyp authored Oct 25, 2022
1 parent 2a336d5 commit 78ff266
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/docs/docs/tutorials/basic-annotation-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Loading a volume is possible by using the `volumeLoader` API.
```js
// note we need to add the cornerstoneStreamingImageVolume: to
// use the streaming volume loader
const volumeId = 'cornerStreamingImageVolume: myVolume';
const volumeId = 'cornerstoneStreamingImageVolume: myVolume';

// Define a volume in memory
const volume = await volumeLoader.createAndCacheVolume(volumeId, { imageIds });
Expand Down Expand Up @@ -181,7 +181,7 @@ const renderingEngine = new RenderingEngine(renderingEngineId);

// note we need to add the cornerstoneStreamingImageVolume: to
// use the streaming volume loader
const volumeId = 'cornerStreamingImageVolume: myVolume';
const volumeId = 'cornerstoneStreamingImageVolume: myVolume';

// Define a volume in memory
const volume = await volumeLoader.createAndCacheVolume(volumeId, {
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/docs/tutorials/basic-volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Loading a volume is possible by using the `volumeLoader` API.
```js
// note we need to add the cornerstoneStreamingImageVolume: to
// use the streaming volume loader
const volumeId = 'cornerStreamingImageVolume: myVolume';
const volumeId = 'cornerstoneStreamingImageVolume: myVolume';

// Define a volume in memory
const volume = await volumeLoader.createAndCacheVolume(volumeId, { imageIds });
Expand Down Expand Up @@ -151,7 +151,7 @@ const renderingEngine = new RenderingEngine(renderingEngineId);

// note we need to add the cornerstoneStreamingImageVolume: to
// use the streaming volume loader
const volumeId = 'cornerStreamingImageVolume: myVolume';
const volumeId = 'cornerstoneStreamingImageVolume: myVolume';

// Define a volume in memory
const volume = await volumeLoader.createAndCacheVolume(volumeId, {
Expand Down

0 comments on commit 78ff266

Please sign in to comment.