diff --git a/lib/transloadit.rb b/lib/transloadit.rb index d7f1a04..d2a2869 100644 --- a/lib/transloadit.rb +++ b/lib/transloadit.rb @@ -83,7 +83,7 @@ def assembly(options = {}) # Creates a Transloadit::Template instance ready to interact with its corresponding REST API. # # See the Transloadit {documentation}[https://transloadit.com/docs/api-docs/#template-api] - # for futher information on Templates and available endpoints. + # for further information on Templates and available endpoints. # def template(options = {}) Transloadit::Template.new(self, options) diff --git a/lib/transloadit/assembly.rb b/lib/transloadit/assembly.rb index b3940dd..5d0f1c7 100644 --- a/lib/transloadit/assembly.rb +++ b/lib/transloadit/assembly.rb @@ -4,7 +4,7 @@ # Represents an Assembly API ready to make calls to the REST API endpoints. # # See the Transloadit {documentation}[https://transloadit.com/docs/api-docs/#assembly-api] -# for futher information on Assemblies and available endpoints. +# for further information on Assemblies and available endpoints. # class Transloadit::Assembly < Transloadit::ApiModel DEFAULT_TRIES = 3 @@ -23,7 +23,7 @@ def steps # at which point Transloadit will process and store the files according to the # rules in the Assembly. # See the Transloadit {documentation}[https://transloadit.com/docs/building-assembly-instructions] - # for futher information on Assemblies and their parameters. + # for further information on Assemblies and their parameters. # # Accepts as many IO objects as you wish to process in the assembly. # The last argument is an optional Hash diff --git a/lib/transloadit/step.rb b/lib/transloadit/step.rb index 4efe503..5219610 100644 --- a/lib/transloadit/step.rb +++ b/lib/transloadit/step.rb @@ -6,7 +6,7 @@ # +options+ specific to the chosen robot. # # See the Transloadit {documentation}[https://transloadit.com/docs/building-assembly-instructions] -# for futher information on robot types and their parameters. +# for further information on robot types and their parameters. # class Transloadit::Step # @return [String] the name to give the step diff --git a/lib/transloadit/template.rb b/lib/transloadit/template.rb index 5d01b12..1b372c1 100644 --- a/lib/transloadit/template.rb +++ b/lib/transloadit/template.rb @@ -4,7 +4,7 @@ # Represents a Template API ready to interact with its corresponding REST API. # # See the Transloadit {documentation}[https://transloadit.com/docs/api-docs/#template-api] -# for futher information on Templates and their parameters. +# for further information on Templates and their parameters. # class Transloadit::Template < Transloadit::ApiModel # diff --git a/test/unit/transloadit/test_assembly.rb b/test/unit/transloadit/test_assembly.rb index 1dd6711..0202ca2 100644 --- a/test/unit/transloadit/test_assembly.rb +++ b/test/unit/transloadit/test_assembly.rb @@ -286,7 +286,7 @@ end describe "when replaying assembly notification" do - it "must replay notification of sepcified assembly" do + it "must replay notification of specified assembly" do VCR.use_cassette "replay_assembly_notification" do response = @assembly.replay_notification "2ea5d21063ad11e6bc93e53395ce4e7d"