Skip to content

Commit

Permalink
minor language adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
mxriverlynn committed Dec 8, 2022
1 parent db146c6 commit 8e5153a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guides/primer_local_time.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For example, if the `LocalTime` was set up in this way:
<%= Primer::LocalTime(datetime: Time.now, initial_text: Time.now.iso8601) %>
```
It can be migrated and removing `initial_text` and setting an empty `prefix` and `threshold: "PT0S"`.
It can be migrated by removing `initial_text`c, setting an empty `prefix`, and adding `threshold: "PT0S"`.
```rb
<%= Primer::Beta::RelativeTime(datetime: Time.now, prefix: "", threshold: "PT0S") %>
Expand Down

0 comments on commit 8e5153a

Please sign in to comment.