Skip to content

Conversation

ari
Copy link

@ari ari commented Jun 16, 2021

  • This is a documentation change.

Description

Fixes old docs which are just wrong.

@ari ari requested a review from envygeeks as a code owner June 16, 2021 13:40
Copy link

@xaviershay xaviershay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typos

{{ assets["images.jpg"].width }} => 62
{{ assets["images.jpg"].height }} => 62
{{ assets["images.jpg"].dimensionns.width }} => 62
{{ assets["images.jpg"].dimensionns.height }} => 62

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{{ assets["images.jpg"].dimensionns.height }} => 62
{{ assets["images.jpg"].dimensions.height }} => 62

@@ -277,8 +277,8 @@ names of the original files, e.g., use `*.scss` instead of `*.css`.

```liquid
{{ assets["bundle.css"].content_type }} => "text/css"
{{ assets["images.jpg"].width }} => 62
{{ assets["images.jpg"].height }} => 62
{{ assets["images.jpg"].dimensionns.width }} => 62

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{{ assets["images.jpg"].dimensionns.width }} => 62
{{ assets["images.jpg"].dimensions.width }} => 62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants