Skip to content

Commit 9f1c954

Browse files
committed
docs: Correct typos in other markdown files
1 parent 2acd775 commit 9f1c954

File tree

9 files changed

+299
-299
lines changed

9 files changed

+299
-299
lines changed

meteor/CHANGELOG.md

Lines changed: 157 additions & 157 deletions
Large diffs are not rendered by default.

meteor/CHANGELOG_0_x_x.md

Lines changed: 129 additions & 129 deletions
Large diffs are not rendered by default.

meteor/server/api/playout/DOCS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before any playout operation can proceed a studio and playlist lock must be crea
2020
- Check that no other rundown playlist in the studio is active
2121
- Reset the rundown if previously inactive
2222
- Set activationId and rehearsal mode on the playlist
23-
- If there is no currenly active partInstance, set the first part as next
23+
- If there is no currently active partInstance, set the first part as next
2424
- Update the timeline
2525
- Call the blueprints `onRundownActive` callback
2626

@@ -147,7 +147,7 @@ _Prerequisites for activate: active playlist, current part, next part and hold s
147147
- Set the playlist hold state to PENDING
148148
- Update the timeline
149149

150-
_Prerequisites for deactive: hold state is Pending_
150+
_Prerequisites for deactivate: hold state is Pending_
151151

152152
- Set the playlist hold state to NONE
153153
- Update the timeline

packages/blueprints-integration/CHANGELOG-legacy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ All notable changes to this project will be documented in this file. See [standa
242242
### Features
243243

244244
- expose infinite ids of pieces to onTimelineGenerate ([401f30d](https://github.com/nrkno/tv-automation-sofie-blueprints-integration/commit/401f30d))
245-
- persistant state to onTimelineGenerate ([713c048](https://github.com/nrkno/tv-automation-sofie-blueprints-integration/commit/713c048))
245+
- persistent state to onTimelineGenerate ([713c048](https://github.com/nrkno/tv-automation-sofie-blueprints-integration/commit/713c048))
246246

247247
## [0.24.0](https://github.com/nrkno/tv-automation-sofie-blueprints-integration/compare/0.23.0...0.24.0) (2019-06-18)
248248

@@ -296,7 +296,7 @@ All notable changes to this project will be documented in this file. See [standa
296296

297297
### Features
298298

299-
- Refacor sli and adlib types ([e6fc888](https://github.com/nrkno/tv-automation-sofie-blueprints-integration/commit/e6fc888))
299+
- Refactor sli and adlib types ([e6fc888](https://github.com/nrkno/tv-automation-sofie-blueprints-integration/commit/e6fc888))
300300
- Refactor typings for simpler ingest gateway interface ([5edd6e5](https://github.com/nrkno/tv-automation-sofie-blueprints-integration/commit/5edd6e5))
301301
- rename everything according to new naming schedule ([54268c5](https://github.com/nrkno/tv-automation-sofie-blueprints-integration/commit/54268c5))
302302
- split some types into simpler ones ([0a7fb06](https://github.com/nrkno/tv-automation-sofie-blueprints-integration/commit/0a7fb06))
@@ -539,7 +539,7 @@ All notable changes to this project will be documented in this file. See [standa
539539

540540
### Bug Fixes
541541

542-
- **rundown:** Correct types of transisition duration properties on Part ([b0aec50](https://github.com/nrkno/tv-automation-sofie-blueprints-integration/commit/b0aec50))
542+
- **rundown:** Correct types of transition duration properties on Part ([b0aec50](https://github.com/nrkno/tv-automation-sofie-blueprints-integration/commit/b0aec50))
543543

544544
<a name="0.4.0"></a>
545545

packages/job-worker/src/workers/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It is possible for both the playout and ingest threads to lock a RudownPlaylist.
2525

2626
This is necessary as they both need to take ownership of a playlist at points. The playout thread locks the active playlist for the duration of its operation. The ingest thread locks the playlist for the 'commit' phase of its operation.
2727

28-
The locks are coordinated by the main thread over IPC. This keeps the implemntation simple as we do not need the locks to be distributed, as we know all the threads for a studio will be in the one process.
28+
The locks are coordinated by the main thread over IPC. This keeps the implementation simple as we do not need the locks to be distributed, as we know all the threads for a studio will be in the one process.
2929

3030
### Meteor
3131

packages/meteor-lib/src/triggers/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include Rundown and RundownBaseline AdLibs and AdLib Actions, Source Layer Clear
1717
> 2021-08-31
1818
1919
An action takes a `ActionContext` context object that describes the context in which a given action is being executed.
20-
This allows to limit the amount of reactivity and observers registed onto collections, while still allowing `.preview()`
20+
This allows to limit the amount of reactivity and observers registered onto collections, while still allowing `.preview()`
2121
to be fully reactive within a given context.
2222

2323
## actionFilterChainCompilers
@@ -28,10 +28,10 @@ description of what particular objects a given action should target. This filter
2828
into a simple reactive function that registers a minimal amount of observers on collections and/or does a minimal amount
2929
of DB operations. In order to make that step as quick as possible and fetch as little data as possible, the
3030
`actionFilterChainCompilers` converts the `filterChain[]` into a reactive function that then can be executed within a
31-
context. What sort of a context is neccessary depends on the Action type.
31+
context. What sort of a context is necessary depends on the Action type.
3232

3333
## universalDoUserActionAdapter
3434

3535
Because the idea for Action Triggers is that it allows setting up both client- and server-side triggers, a unified way
36-
of executing methods was neccessary. `universalDoUserActionAdapter` provides an isometric implementation of
36+
of executing methods was necessary. `universalDoUserActionAdapter` provides an isometric implementation of
3737
`doUserAction` that works both client- and server-side.

packages/shared-lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you find yourself importing something from this package which isn't re-export
1616
## Purpose
1717

1818
This library is a collection of shared typings used across various of the components that make up Sofie. Any typings or small utilities that are needed by multiple of the components can go in here.
19-
Eventually this will likely be split up into multiple more targetted libraries, once there is a compelling reason to do the split.
19+
Eventually this will likely be split up into multiple more targeted libraries, once there is a compelling reason to do the split.
2020

2121
Because of the wide use of this library, it is important that it does not get any large dependencies added. Small typings only packages such as `timeline-state-resolver-types` and `@mos-connection/model` are acceptable as they are needed for the api definitions, and are concise as only typings.
2222
Their dependencies are also kept light using only `tslib` and optionally `type-fest`, which we use in most places already.

packages/webui/src/client/lib/triggers/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ sequences.
2626

2727
## codesToKeyLabels
2828

29-
This is a utility library file that has conveniance methods for converting key `code` values to the labels on those keys
29+
This is a utility library file that has convenience methods for converting key `code` values to the labels on those keys
3030
and vice-versa. The functions require an initialized Sorensen instance.
3131

3232
## ActionAdLibHotkeyPreview
3333

3434
This is a tiny component that will print the hotkeys assigned to an AdLib, given it's ID and type. For _Sticky_ and
3535
_Clear Source Layer_ "virtual AdLibs", a SourceLayer ID should be provided in place of `targetId`. The returned hotkeys
36-
are wrapped in some HTML, allowing targetted styling, and zero-width-space is inserted after each `+` combination
36+
are wrapped in some HTML, allowing targeted styling, and zero-width-space is inserted after each `+` combination
3737
character, as so:
3838

3939
```html

packages/webui/src/client/styles/customizations/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ The Shelf system allows dashboard panels to have custom CSS classes added to the
44

55
## NRK styles
66

7-
NRK doesn't have a build-and-deploy pipeline for applying _private_ styles on top of the Core repo, and will be commiting their custom styles to this folder.
7+
NRK doesn't have a build-and-deploy pipeline for applying _private_ styles on top of the Core repo, and will be committing their custom styles to this folder.
88

99
The folder structure is intended to avoid merge conflicts to other users of this Core repo.

0 commit comments

Comments
 (0)