craftcms / docs

Documentation for Craft CMS, Craft Commerce, and other official products.
https://craftcms.com/docs
39 stars 150 forks source link

[4.x]: Typo in the docs #438

Closed olsp closed 1 year ago

olsp commented 1 year ago

What happened?

In the example code for Memcached there is a typo.

In this line 'keyPrefix' => App::env('CRAFT_APP_ID') ?: 'CraftCMS',; the ; should be removed

Craft CMS version

4

brandonkelly commented 1 year ago

Thanks for pointing that out! Fixed now.