Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-13 09:10:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-13 09:10:02 +0300
commit6c516c90efc656531d2d90f55dcc49b863e10158 (patch)
treee3d373cbee230c9acbcbd91f6448b9fb2bed7ce7 /doc/development/ee_features.md
parentcbc45b28c02f7e610dfa478e3a2b4d4bf6f4c7a4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/ee_features.md')
-rw-r--r--doc/development/ee_features.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/ee_features.md b/doc/development/ee_features.md
index ac544113cbd..3cbbf498db6 100644
--- a/doc/development/ee_features.md
+++ b/doc/development/ee_features.md
@@ -904,7 +904,7 @@ export default {
- Please do not use mixins unless ABSOLUTELY NECESSARY. Please try to find an alternative pattern.
-##### Reccomended alternative approach (named/scoped slots)
+##### Recommended alternative approach (named/scoped slots)
- We can use slots and/or scoped slots to achieve the same thing as we did with mixins. If you only need an EE component there is no need to create the CE component.