verbb / social-feeds

A Craft CMS plugin to aggregate social media content with feeds.
Other
2 stars 1 forks source link

typo in docs #4

Closed BAM-Dennis closed 1 year ago

BAM-Dennis commented 1 year ago

Describe the bug

There is a typo in your docs:

... 
{% set source = craft.socialFeeds.getSoureByHandle('mySourceHandle') %}

a c is missing ->

{% set source = craft.socialFeeds.getSourceByHandle('mySourceHandle') %}

Steps to reproduce

Craft CMS version

4.4.9

Plugin version

1.0.1

Multi-site?

yes

Additional context

No response

engram-design commented 1 year ago

Updated!