8
0
Просмотр исходного кода

Docs: Fixed wording in the CSP guide.

Co-Authored-By: oleq <a.nowodzinski@cksource.com>
Piotrek Koszuliński 7 лет назад
Родитель
Сommit
ff2b09aafe
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/builds/guides/integration/csp.md

+ 1 - 1
docs/builds/guides/integration/csp.md

@@ -22,7 +22,7 @@ default-src 'none'; connect-src 'self'; script-src 'self'; img-src * data:; styl
 
 ## Impact of CSP on editor features
 
-Some CSP directives have an impact on certain rich text editor features. Here's the round-up of directives and their specific roles in the editor:
+Some CSP directives have an impact on certain rich text editor features. Here is the round-up of directives and their specific roles in the editor:
 
 * `default-src 'none'`: resets the policy and blocks everything. All successive directives work as a white–list. By itself, as long as followed by other directives, it has no impact on the editor.
 * `connect-src 'self'`