Skip to content

Commit fc7495c

Browse files
committed
Fix static docs generation for InlineMessage options
1 parent a57a2d1 commit fc7495c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/primer/open_project/inline_message.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class InlineMessage < Primer::Component
2828
DEFAULT_SIZE = :medium
2929
SIZE_OPTIONS = [:small, DEFAULT_SIZE].freeze
3030

31-
# @param scheme [Symbol] <%= one_of(SCHEME_OPTIONS) %>
32-
# @param size [Symbol] <%= one_of(SIZE_OPTIONS) %>
31+
# @param scheme [Symbol] <%= one_of(Primer::OpenProject::InlineMessage::SCHEME_OPTIONS) %>
32+
# @param size [Symbol] <%= one_of(Primer::OpenProject::InlineMessage::SIZE_OPTIONS) %>
3333
# @param system_arguments [Hash] <%= link_to_system_arguments_docs %>
3434
def initialize(scheme:, size: DEFAULT_SIZE, **system_arguments) # rubocop:disable Lint/MissingSuper
3535
resolved_scheme = fetch_or_fallback(SCHEME_OPTIONS, scheme)

0 commit comments

Comments
 (0)