Skip to content

Grammar issues #44403

Closed
Closed
@mcalmus

Description

@mcalmus

Description

packages/animations/browser/src/dsl/animation_timeline_builder.ts was modified by pull request #44203 to fix some spelling and grammar errors.

However, there is still a tense mismatch.

Given that each of the keyframe styles are objects that prototypically inherits from the backFill object, this means that if a value is added into the backFill then it will automatically propagate any missing values to all keyframes.

Should either be:

Given that each of the keyframe styles is an object that prototypically inherits from the backFill object, this means that if a value is added into the backFill then it will automatically propagate any missing values to all keyframes.

or:

Given that keyframe styles are objects that prototypically inherit from the backFill object, this means that if a value is added into the backFill then it will automatically propagate any missing values to all keyframes.

What is the affected URL?

No response

Please provide the steps to reproduce the issue

No response

Please provide the expected behavior vs the actual behavior you encountered

No response

Please provide a screenshot if possible

No response

Please provide the exception or error you saw

No response

Is this a browser-specific issue? If so, please specify the device, browser, and version.

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueAn issue that is suitable for first-time contributors; often a documentation issue.type: bug/fix

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions