Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update examples #474

Closed
wants to merge 1 commit into from
Closed

Update examples #474

wants to merge 1 commit into from

Conversation

wpdew
Copy link
Contributor

@wpdew wpdew commented Jan 5, 2022

No description provided.

@YahnisElsts
Copy link
Owner

There are syntax errors in the modified file. In JSON, object keys should be followed by a : colon, not =>.

Comment on lines +20 to +21
"faq" => "This is a faq section labeled 'FAQ'.",
"screenshots" => "This is a screenshots section",
Copy link
Contributor

Choose a reason for hiding this comment

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

Fix syntax errors.

Suggested change
"faq" => "This is a faq section labeled 'FAQ'.",
"screenshots" => "This is a screenshots section",
"faq": "This is a faq section labeled 'FAQ'.",
"screenshots": "This is a screenshots section",

@YahnisElsts
Copy link
Owner

At this time, I'm going to say that additional examples are not necessary. People can probably figure out how to add a new section; we don't need examples for all common sections.

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.

None yet

3 participants