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 casing of "Prototype Kit" #524

Merged
merged 2 commits into from
Jun 28, 2018
Merged

Conversation

kr8n3r
Copy link

@kr8n3r kr8n3r commented Jun 27, 2018

Change "prototype kit" to "Prototype Kit" and prefix with "GOV.UK" in some instances.
Fixes: #513

@NickColley NickColley added this to the 7.0.0 (Stable) milestone Jun 27, 2018
docs/linting.md Outdated
@@ -1,6 +1,6 @@
# Linting

The prototype kit uses [standardjs](http://standardjs.com/), an opinionated JavaScript linter. All JavaScript files follow its conventions, and it runs on CI to ensure that new pull requests are in line with them.
The GOV.UK GOV.UK Prototype Kit uses [standardjs](http://standardjs.com/), an opinionated JavaScript linter. All JavaScript files follow its conventions, and it runs on CI to ensure that new pull requests are in line with them.
Copy link
Contributor

Choose a reason for hiding this comment

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

GOV.UK GOV.UK

@@ -1,14 +1,14 @@
{% extends "layout.html" %}

{% block pageTitle %}
About - GOV.UK Prototype kit
About - GOV.UK GOV.UK Prototype Kit
Copy link
Contributor

Choose a reason for hiding this comment

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

GOV.UK GOV.UK

{% endblock %}

{% block beforeContent %}
{{ govukBreadcrumbs({
items: [
{
text: "GOV.UK Prototype kit",
text: "GOV.UK GOV.UK Prototype Kit",
Copy link
Contributor

Choose a reason for hiding this comment

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

GOV.UK GOV.UK

@kr8n3r kr8n3r force-pushed the consistent-casing-of-protoype-kit branch from 1e5a5ad to 9cda067 Compare June 27, 2018 14:58
@kr8n3r kr8n3r changed the title Update casing of "prototype kit" Update casing of "Prototype Kit" Jun 27, 2018
@kr8n3r kr8n3r force-pushed the consistent-casing-of-protoype-kit branch from 9cda067 to 304ed73 Compare June 27, 2018 15:41
@NickColley NickColley force-pushed the consistent-casing-of-protoype-kit branch from 304ed73 to f629c15 Compare June 27, 2018 16:14
@kr8n3r kr8n3r merged commit d6bc02b into master Jun 28, 2018
@kr8n3r kr8n3r deleted the consistent-casing-of-protoype-kit branch June 28, 2018 08:27
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.

7.0.0: use correct casing for 'Prototype Kit' throughout
2 participants