Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 528 Bytes

MisspellingOnPage.md

File metadata and controls

22 lines (16 loc) · 528 Bytes

SiteimproveAPIClient::MisspellingOnPage

Properties

Name Type Description Notes
id Integer Id of misspelled word.
suggestions Array<String> Deprecated. List of suggestions for correct spelling. [optional]
word String The misspelled word. [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::MisspellingOnPage.new(
  id: null,
  suggestions: null,
  word: null
)