summaryrefslogtreecommitdiff
path: root/doc/user/packages/rubygems_registry/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/packages/rubygems_registry/index.md')
-rw-r--r--doc/user/packages/rubygems_registry/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/packages/rubygems_registry/index.md b/doc/user/packages/rubygems_registry/index.md
index 7710ad3db01..ae444880b6b 100644
--- a/doc/user/packages/rubygems_registry/index.md
+++ b/doc/user/packages/rubygems_registry/index.md
@@ -117,7 +117,7 @@ To push your gem, run a command like this one:
gem push my_gem-0.0.1.gem --host <host>
```
-Note that `<host>` is the URL you used when setting up authentication. For example:
+`<host>` is the URL you used when setting up authentication. For example:
```shell
gem push my_gem-0.0.1.gem --host https://gitlab.example.com/api/v4/projects/1/packages/rubygems