浏览代码

Merge pull request #3349 from dunglas/patch-4

Remove some special chars from CONTRIBUTING.md
Sullivan SENECHAL 9 年之前
父节点
当前提交
ff2375d3ab
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      CONTRIBUTING.md

+ 3 - 3
CONTRIBUTING.md

@@ -1,4 +1,4 @@
-Sonata respects the symfony’s conventions about contributing to the code. So before going further please review the [contributing documentation of Symfony](http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request).
+Sonata respects the Symfony's conventions about contributing to the code. So before going further please review the [contributing documentation of Symfony](http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request).
 
 ## Reporting bugs
 
@@ -6,13 +6,13 @@ If you happen to find a bug, we kindly request you to report it. However, before
 
   * Check the [project documentation available online](https://sonata-project.org/bundles/)
 
-Then, if it appears that its a real bug, you may report it using Github by following these 3 points:
+Then, if it appears that it's a real bug, you may report it using Github by following these 3 points:
 
   * Check if the bug is not already reported!
   * A clear title to resume the issue
   * A description of the workflow needed to reproduce the bug,
 
-> _NOTE:_ Don’t hesitate giving as much information as you can (OS, PHP version extensions …)
+> _NOTE:_ Don't hesitate giving as much information as you can (OS, PHP version extensions...)
 
 ## Pull requests