Yii 2 name fix (#12448)

To match Documentation Style Guide

> Yii 2.0 or Yii 2 (not Yii2 or Yii2.0)
This commit is contained in:
Bizley
2016-09-03 22:02:33 +02:00
committed by Carsten Brandt
parent af189518a3
commit 3deb6900b8
32 changed files with 43 additions and 43 deletions

View File

@ -1,5 +1,5 @@
Yii2 Core Framework Code Style
==============================
Yii 2 Core Framework Code Style
===============================
The following code style is used for Yii 2.x core and official extensions development. If you want to pull-request code
into the core, consider using it. We aren't forcing you to use this code style for your application. Feel free to choose

View File

@ -1,4 +1,4 @@
Getting started with Yii2 development
=====================================
Getting started with Yii 2 development
======================================
See [Git workflow for Yii 2 contributors](git-workflow.md) on how to set up your environment.

View File

@ -1,7 +1,7 @@
Project Organization
====================
This document describes the organization of the Yii2 development repositories.
This document describes the organization of the Yii 2 development repositories.
1. Individual Core extensions and application templates are maintained in
separate *independent* GitHub projects under the [yiisoft](https://github.com/yiisoft) Github organization.
@ -22,7 +22,7 @@ This document describes the organization of the Yii2 development repositories.
Extension repositories will be released independently as needed, Application templates will be released together with the framework.
See [versioning policy](versions.md) for more details.
2. The `yiisoft/yii2` project is the main repository for developing Yii2 framework.
2. The `yiisoft/yii2` project is the main repository for developing Yii 2 framework.
This repository provides the composer package [yiisoft/yii2-dev](https://packagist.org/packages/yiisoft/yii2-dev).
It contains the core framework code, framework unit tests, the definitive guide, and a set of build tools for framework development and release.

View File

@ -77,7 +77,7 @@ The following image shows an illustration of the branches on changing commit his
## Releases
Both Yii2 Framework and official extension projects follow the above versioning and branching policies.
Both Yii 2 Framework and official extension projects follow the above versioning and branching policies.
Framework and official extension projects are released independently of each other, i.e. version number mismatch between framework and extension is expected.
The Application Templates are always released together with the framework.

View File

@ -1,5 +1,5 @@
Yii2 View Code Style
====================
Yii 2 View Code Style
=====================
The following code style is used for Yii 2.x core and official extensions view files. We aren't forcing you to use this code style for your application. Feel free to choose what suits you better.