MichaelCurrin / dev-cheatsheets

A collection of code snippets and CLI guides for quick and easy reference while coding
https://michaelcurrin.github.io/dev-cheatsheets/
MIT License
77 stars 26 forks source link

Update spelling of "context" #43

Closed steve-fenton-octopus closed 2 years ago

steve-fenton-octopus commented 2 years ago

This changes the current text:

  site = @contextension.registers[:site]

To match the Jekyll docs:

  site = @context.registers[:site]
MichaelCurrin commented 2 years ago

Thanks!