Skip to content

Commit

Permalink
Fix accommodate typo (mapbox#10397)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored Feb 18, 2021
1 parent a0a97ab commit 89de0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/program_configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function packColor(color: Color): [number, number] {
* uniform allows us to cheaply update the value on every frame.
*
* Note that the shader source varies depending on whether we're using a uniform or
* attribute. We dynamically compile shaders at runtime to accomodate this.
* attribute. We dynamically compile shaders at runtime to accommodate this.
*
* @private
*/
Expand Down

0 comments on commit 89de0a9

Please sign in to comment.