Selaa lähdekoodia

Typo fix in json ld helper spec (#28417)

Matt Jankowski 5 kuukautta sitten
vanhempi
commit
476d1237d4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      spec/helpers/json_ld_helper_spec.rb

+ 1 - 1
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