summaryrefslogtreecommitdiff
path: root/doc/development/database/creating_enums.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/database/creating_enums.md')
-rw-r--r--doc/development/database/creating_enums.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/database/creating_enums.md b/doc/development/database/creating_enums.md
index 450cb97d978..73c3f546728 100644
--- a/doc/development/database/creating_enums.md
+++ b/doc/development/database/creating_enums.md
@@ -1,7 +1,7 @@
---
stage: Data Stores
group: Database
-info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
+info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
---
# Creating enums
@@ -103,7 +103,7 @@ This looks working as a workaround, however, this approach has some downsides th
Therefore, you need to be careful of that the offset doesn't exceed the maximum value of 2 bytes integer.
As a conclusion, you should define all of the key/value pairs in FOSS.
-For example, you can simply write the following code in the above case:
+For example, you can write the following code in the above case:
```ruby
class Pipeline < ApplicationRecord