We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found a small typo in this codelab's documentation.
On https://codelabs.developers.google.com/codelabs/apps-script-intro/#4, in the paragraph below this line of code:
var sheet = SpreadsheetApp.getActiveSheet();
The text and assigns to the value to the variable address. should be and assigns the value to the variable address..
and assigns to the value to the variable address.
and assigns the value to the variable address.
I'd submit a PR, but I don't see the documentation in this repo.
The text was updated successfully, but these errors were encountered:
vinay-google
No branches or pull requests
Found a small typo in this codelab's documentation.
On https://codelabs.developers.google.com/codelabs/apps-script-intro/#4, in the paragraph below this line of code:
The text
and assigns to the value to the variable address.
should beand assigns the value to the variable address.
.I'd submit a PR, but I don't see the documentation in this repo.
The text was updated successfully, but these errors were encountered: