-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
Subject area/topic
Ruby Quickstart
Page(s) affected (or suggested, for new content)
Its within kinde admin at path admin/cx/:nav&m:application_details:::submenu&s:quick_start&id:b78a73e70383407fb00fccb465d25096
Which is the Ruby Quickstart for an existing codebase
Description of content that is out-of-date or incorrect
There are a couple of typos. I would have done a PR but I can't seem to find where this content comes from as it doesn't appear to be the documentation repo.
- The line to go in the Gemfile should not have <> around the url
(This was also present in the documentation and I submitted a PR for that #329)
- The code for the initializer has
KindeApi
when it should beKindeSdk
(This is correct in the documentation file so I'm not sure where its coming from)