From 0659a9910f86dec632752d2aeb8cbc23f4364bc6 Mon Sep 17 00:00:00 2001 From: Dmitry Rakovets Date: Tue, 28 Sep 2021 19:23:20 +0300 Subject: [PATCH] fix(ru): section 'Examples' --- content/v1.0.0/index.ru.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/v1.0.0/index.ru.md b/content/v1.0.0/index.ru.md index 0436554..a7ea444 100644 --- a/content/v1.0.0/index.ru.md +++ b/content/v1.0.0/index.ru.md @@ -63,17 +63,17 @@ feat: allow provided config object to extend other configs BREAKING CHANGE: `extends` key in config file is now used for extending other config files ``` -### Чтобы привлечь внимание к критическим изменением, к сообщению коммита добавляется `!` +### Сообщение коммита с `!` для привлечения внимания к `BREAKING CHANGE` ``` refactor!: drop support for Node 6 ``` -## Сообщение коммита с _контекстом_ и `!` для привлечения внимания к `BREAKING CHANGE` +### Сообщение коммита с _контекстом_ и `!` для привлечения внимания к `BREAKING CHANGE` ``` refactor(runtime)!: drop support for Node 6 ``` -### Сообщение коммита вместе с `!` и _сноской_ `BREAKING CHANGE`. +### Сообщение коммита вместе с `!` и _сноской_ `BREAKING CHANGE` ``` refactor!: drop support for Node 6 @@ -85,7 +85,7 @@ BREAKING CHANGE: refactor to use JavaScript features not available in Node 6. docs: correct spelling of CHANGELOG ``` -### Сообщение коммита с _контекстом_. +### Сообщение коммита с _контекстом_ ``` feat(lang): add polish language ```