Skip to content

Commit

Permalink
Gleam rollback and doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefTwoPencils committed Aug 4, 2024
1 parent 96fb426 commit 1fff51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
erlang 26.2.5
gleam 1.3.1
gleam 1.2.1
rebar 3.23.0
2 changes: 1 addition & 1 deletion src/glow_auth/token_request.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub type Scope {
/// Represents the access token scope as a string of one or more space-deliminated scopes.
/// Useful for a single scope or when the scopes have been pre-joined.
ScopeString(String)
/// Represents the omittion of an access token scope.
/// Represents the ommission of an access token scope.
/// Useful when the authorization server will fall back to a default scope when the scope
/// is not present in the body.
DefaultScope
Expand Down

0 comments on commit 1fff51b

Please sign in to comment.