summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Jankowski <matt@jankowski.online>2023-12-18 11:47:22 -0500
committerGitHub <noreply@github.com>2023-12-18 16:47:22 +0000
commit476d1237d4eda2455df8b75db523e281705c005d (patch)
tree9158738397ad2f3cd00e9c992b8a743422e2538d
parentab1201c9d92c9ecb0ec988e34fcdb8f76ab38383 (diff)
Typo fix in json ld helper spec (#28417)
-rw-r--r--spec/helpers/json_ld_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/json_ld_helper_spec.rb b/spec/helpers/json_ld_helper_spec.rb
index 5124bcf855b..99857278a14 100644
--- a/spec/helpers/json_ld_helper_spec.rb
+++ b/spec/helpers/json_ld_helper_spec.rb
@@ -134,7 +134,7 @@ describe JsonLdHelper do
expect(compact(json).dig('object', 'tag', 'href')).to eq 'foo'
end
- it 'compacts the activistreams Public collection' do
+ it 'compacts the activitystreams Public collection' do
expect(compact(json)['to']).to eq 'as:Public'
end